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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetSecretId()Either secret_id or secret_name must be providedcom.google.protobuf.ByteStringgetSecretIdBytes()Either secret_id or secret_name must be providedjava.lang.StringgetSecretName()optional string secret_name = 2;com.google.protobuf.ByteStringgetSecretNameBytes()optional string secret_name = 2;booleanhasSecretId()Either secret_id or secret_name must be providedbooleanhasSecretName()optional string secret_name = 2;-
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()
Either secret_id or secret_name must be provided
optional string secret_id = 1;- Returns:
- Whether the secretId field is set.
-
getSecretId
java.lang.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
java.lang.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.
-
-