Interface Service.GetGatewaySecretInfo.ResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Service.GatewaySecretInfo getSecret()
      Secret metadata (does not include encrypted value)
      Service.GatewaySecretInfoOrBuilder getSecretOrBuilder()
      Secret metadata (does not include encrypted value)
      boolean hasSecret()
      Secret metadata (does not include encrypted value)
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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()
         Secret metadata (does not include encrypted value)
         
        optional .mlflow.GatewaySecretInfo secret = 1;
        Returns:
        Whether the secret field is set.
      • getSecret

        Service.GatewaySecretInfo getSecret()
         Secret metadata (does not include encrypted value)
         
        optional .mlflow.GatewaySecretInfo secret = 1;
        Returns:
        The secret.
      • getSecretOrBuilder

        Service.GatewaySecretInfoOrBuilder getSecretOrBuilder()
         Secret metadata (does not include encrypted value)
         
        optional .mlflow.GatewaySecretInfo secret = 1;