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
Modifier and TypeMethodDescriptionID of the secret to deletecom.google.protobuf.ByteStringID of the secret to deletebooleanID of the secret to deleteMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasSecretId
boolean hasSecretId()ID of the secret to delete
optional string secret_id = 1;- Returns:
- Whether the secretId field is set.
-
getSecretId
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.
-