Package org.mlflow.api.proto
Interface Service.GatewaySecretInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.GatewaySecretInfo,Service.GatewaySecretInfo.Builder
- Enclosing class:
- Service
public static interface Service.GatewaySecretInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAuthConfigJson()Provider-specific auth configuration as JSON (e.g., region, project_id)com.google.protobuf.ByteStringgetAuthConfigJsonBytes()Provider-specific auth configuration as JSON (e.g., region, project_id)longgetCreatedAt()Timestamp (milliseconds since epoch) when the secret was createdjava.lang.StringgetCreatedBy()User ID who created the secretcom.google.protobuf.ByteStringgetCreatedByBytes()User ID who created the secretlonggetLastUpdatedAt()Timestamp (milliseconds since epoch) when the secret was last updatedjava.lang.StringgetLastUpdatedBy()User ID who last updated the secretcom.google.protobuf.ByteStringgetLastUpdatedByBytes()User ID who last updated the secretjava.lang.StringgetMaskedValue()Masked version of the secret for display (e.g., "sk-...xyz123")com.google.protobuf.ByteStringgetMaskedValueBytes()Masked version of the secret for display (e.g., "sk-...xyz123")java.lang.StringgetProvider()LLM provider identifier (e.g., "openai", "anthropic", "cohere")com.google.protobuf.ByteStringgetProviderBytes()LLM provider identifier (e.g., "openai", "anthropic", "cohere")java.lang.StringgetSecretId()Unique identifier for the secret (UUID)com.google.protobuf.ByteStringgetSecretIdBytes()Unique identifier for the secret (UUID)java.lang.StringgetSecretName()User-friendly name for the secret (must be unique)com.google.protobuf.ByteStringgetSecretNameBytes()User-friendly name for the secret (must be unique)booleanhasAuthConfigJson()Provider-specific auth configuration as JSON (e.g., region, project_id)booleanhasCreatedAt()Timestamp (milliseconds since epoch) when the secret was createdbooleanhasCreatedBy()User ID who created the secretbooleanhasLastUpdatedAt()Timestamp (milliseconds since epoch) when the secret was last updatedbooleanhasLastUpdatedBy()User ID who last updated the secretbooleanhasMaskedValue()Masked version of the secret for display (e.g., "sk-...xyz123")booleanhasProvider()LLM provider identifier (e.g., "openai", "anthropic", "cohere")booleanhasSecretId()Unique identifier for the secret (UUID)booleanhasSecretName()User-friendly name for the secret (must be unique)-
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()
Unique identifier for the secret (UUID)
optional string secret_id = 1;- Returns:
- Whether the secretId field is set.
-
getSecretId
java.lang.String getSecretId()
Unique identifier for the secret (UUID)
optional string secret_id = 1;- Returns:
- The secretId.
-
getSecretIdBytes
com.google.protobuf.ByteString getSecretIdBytes()
Unique identifier for the secret (UUID)
optional string secret_id = 1;- Returns:
- The bytes for secretId.
-
hasSecretName
boolean hasSecretName()
User-friendly name for the secret (must be unique)
optional string secret_name = 2;- Returns:
- Whether the secretName field is set.
-
getSecretName
java.lang.String getSecretName()
User-friendly name for the secret (must be unique)
optional string secret_name = 2;- Returns:
- The secretName.
-
getSecretNameBytes
com.google.protobuf.ByteString getSecretNameBytes()
User-friendly name for the secret (must be unique)
optional string secret_name = 2;- Returns:
- The bytes for secretName.
-
hasMaskedValue
boolean hasMaskedValue()
Masked version of the secret for display (e.g., "sk-...xyz123")
optional string masked_value = 3;- Returns:
- Whether the maskedValue field is set.
-
getMaskedValue
java.lang.String getMaskedValue()
Masked version of the secret for display (e.g., "sk-...xyz123")
optional string masked_value = 3;- Returns:
- The maskedValue.
-
getMaskedValueBytes
com.google.protobuf.ByteString getMaskedValueBytes()
Masked version of the secret for display (e.g., "sk-...xyz123")
optional string masked_value = 3;- Returns:
- The bytes for maskedValue.
-
hasCreatedAt
boolean hasCreatedAt()
Timestamp (milliseconds since epoch) when the secret was created
optional int64 created_at = 4;- Returns:
- Whether the createdAt field is set.
-
getCreatedAt
long getCreatedAt()
Timestamp (milliseconds since epoch) when the secret was created
optional int64 created_at = 4;- Returns:
- The createdAt.
-
hasLastUpdatedAt
boolean hasLastUpdatedAt()
Timestamp (milliseconds since epoch) when the secret was last updated
optional int64 last_updated_at = 5;- Returns:
- Whether the lastUpdatedAt field is set.
-
getLastUpdatedAt
long getLastUpdatedAt()
Timestamp (milliseconds since epoch) when the secret was last updated
optional int64 last_updated_at = 5;- Returns:
- The lastUpdatedAt.
-
hasProvider
boolean hasProvider()
LLM provider identifier (e.g., "openai", "anthropic", "cohere")
optional string provider = 6;- Returns:
- Whether the provider field is set.
-
getProvider
java.lang.String getProvider()
LLM provider identifier (e.g., "openai", "anthropic", "cohere")
optional string provider = 6;- Returns:
- The provider.
-
getProviderBytes
com.google.protobuf.ByteString getProviderBytes()
LLM provider identifier (e.g., "openai", "anthropic", "cohere")
optional string provider = 6;- Returns:
- The bytes for provider.
-
hasCreatedBy
boolean hasCreatedBy()
User ID who created the secret
optional string created_by = 7;- Returns:
- Whether the createdBy field is set.
-
getCreatedBy
java.lang.String getCreatedBy()
User ID who created the secret
optional string created_by = 7;- Returns:
- The createdBy.
-
getCreatedByBytes
com.google.protobuf.ByteString getCreatedByBytes()
User ID who created the secret
optional string created_by = 7;- Returns:
- The bytes for createdBy.
-
hasLastUpdatedBy
boolean hasLastUpdatedBy()
User ID who last updated the secret
optional string last_updated_by = 8;- Returns:
- Whether the lastUpdatedBy field is set.
-
getLastUpdatedBy
java.lang.String getLastUpdatedBy()
User ID who last updated the secret
optional string last_updated_by = 8;- Returns:
- The lastUpdatedBy.
-
getLastUpdatedByBytes
com.google.protobuf.ByteString getLastUpdatedByBytes()
User ID who last updated the secret
optional string last_updated_by = 8;- Returns:
- The bytes for lastUpdatedBy.
-
hasAuthConfigJson
boolean hasAuthConfigJson()
Provider-specific auth configuration as JSON (e.g., region, project_id)
optional string auth_config_json = 9;- Returns:
- Whether the authConfigJson field is set.
-
getAuthConfigJson
java.lang.String getAuthConfigJson()
Provider-specific auth configuration as JSON (e.g., region, project_id)
optional string auth_config_json = 9;- Returns:
- The authConfigJson.
-
getAuthConfigJsonBytes
com.google.protobuf.ByteString getAuthConfigJsonBytes()
Provider-specific auth configuration as JSON (e.g., region, project_id)
optional string auth_config_json = 9;- Returns:
- The bytes for authConfigJson.
-
-