Package org.mlflow.api.proto
Interface Service.DeleteGatewaySecretOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.DeleteGatewaySecret,Service.DeleteGatewaySecret.Builder
- Enclosing class:
- Service
public static interface Service.DeleteGatewaySecretOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetSecretId()ID of the secret to deletecom.google.protobuf.ByteStringgetSecretIdBytes()ID of the secret to deletebooleanhasSecretId()ID of the secret to delete-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSecretId
boolean hasSecretId()
ID of the secret to delete
optional string secret_id = 1;- Returns:
- Whether the secretId field is set.
-
getSecretId
java.lang.String getSecretId()
ID of the secret to delete
optional string secret_id = 1;- Returns:
- The secretId.
-
getSecretIdBytes
com.google.protobuf.ByteString getSecretIdBytes()
ID of the secret to delete
optional string secret_id = 1;- Returns:
- The bytes for secretId.
-
-