Package org.mlflow.api.proto
Interface Service.GetGatewaySecretInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.GetGatewaySecretInfo,Service.GetGatewaySecretInfo.Builder
- Enclosing class:
- Service
public static interface Service.GetGatewaySecretInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionEither secret_id or secret_name must be providedcom.google.protobuf.ByteStringEither secret_id or secret_name must be providedoptional string secret_name = 2;com.google.protobuf.ByteStringoptional string secret_name = 2;booleanEither secret_id or secret_name must be providedbooleanoptional string secret_name = 2;Methods 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()Either secret_id or secret_name must be provided
optional string secret_id = 1;- Returns:
- Whether the secretId field is set.
-
getSecretId
String getSecretId()Either secret_id or secret_name must be provided
optional string secret_id = 1;- Returns:
- The secretId.
-
getSecretIdBytes
com.google.protobuf.ByteString getSecretIdBytes()Either secret_id or secret_name must be provided
optional string secret_id = 1;- Returns:
- The bytes for secretId.
-
hasSecretName
boolean hasSecretName()optional string secret_name = 2;- Returns:
- Whether the secretName field is set.
-
getSecretName
String getSecretName()optional string secret_name = 2;- Returns:
- The secretName.
-
getSecretNameBytes
com.google.protobuf.ByteString getSecretNameBytes()optional string secret_name = 2;- Returns:
- The bytes for secretName.
-