Package org.mlflow.api.proto
Interface Service.UpdateGatewaySecret.ResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.UpdateGatewaySecret.Response,Service.UpdateGatewaySecret.Response.Builder
- Enclosing class:
- Service.UpdateGatewaySecret
public static interface Service.UpdateGatewaySecret.ResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Service.GatewaySecretInfogetSecret()The updated secret metadataService.GatewaySecretInfoOrBuildergetSecretOrBuilder()The updated secret metadatabooleanhasSecret()The updated secret metadata-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSecret
boolean hasSecret()
The updated secret metadata
optional .mlflow.GatewaySecretInfo secret = 1;- Returns:
- Whether the secret field is set.
-
getSecret
Service.GatewaySecretInfo getSecret()
The updated secret metadata
optional .mlflow.GatewaySecretInfo secret = 1;- Returns:
- The secret.
-
getSecretOrBuilder
Service.GatewaySecretInfoOrBuilder getSecretOrBuilder()
The updated secret metadata
optional .mlflow.GatewaySecretInfo secret = 1;
-
-