Package org.mlflow.api.proto
Class Service.GatewaySecretInfo.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Service.GatewaySecretInfo.Builder>
-
- org.mlflow.api.proto.Service.GatewaySecretInfo.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.lang.Cloneable,Service.GatewaySecretInfoOrBuilder
- Enclosing class:
- Service.GatewaySecretInfo
public static final class Service.GatewaySecretInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Service.GatewaySecretInfo.Builder> implements Service.GatewaySecretInfoOrBuilder
Secret metadata entity (does not include the decrypted secret value)
Protobuf typemlflow.GatewaySecretInfo
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Service.GatewaySecretInfo.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)Service.GatewaySecretInfobuild()Service.GatewaySecretInfobuildPartial()Service.GatewaySecretInfo.Builderclear()Service.GatewaySecretInfo.BuilderclearAuthConfigJson()Provider-specific auth configuration as JSON (e.g., region, project_id)Service.GatewaySecretInfo.BuilderclearCreatedAt()Timestamp (milliseconds since epoch) when the secret was createdService.GatewaySecretInfo.BuilderclearCreatedBy()User ID who created the secretService.GatewaySecretInfo.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Service.GatewaySecretInfo.BuilderclearLastUpdatedAt()Timestamp (milliseconds since epoch) when the secret was last updatedService.GatewaySecretInfo.BuilderclearLastUpdatedBy()User ID who last updated the secretService.GatewaySecretInfo.BuilderclearMaskedValue()Masked version of the secret for display (e.g., "sk-...xyz123")Service.GatewaySecretInfo.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Service.GatewaySecretInfo.BuilderclearProvider()LLM provider identifier (e.g., "openai", "anthropic", "cohere")Service.GatewaySecretInfo.BuilderclearSecretId()Unique identifier for the secret (UUID)Service.GatewaySecretInfo.BuilderclearSecretName()User-friendly name for the secret (must be unique)Service.GatewaySecretInfo.Builderclone()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 secretService.GatewaySecretInfogetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()longgetLastUpdatedAt()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)protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Service.GatewaySecretInfo.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Service.GatewaySecretInfo.BuildermergeFrom(com.google.protobuf.Message other)Service.GatewaySecretInfo.BuildermergeFrom(Service.GatewaySecretInfo other)Service.GatewaySecretInfo.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Service.GatewaySecretInfo.BuildersetAuthConfigJson(java.lang.String value)Provider-specific auth configuration as JSON (e.g., region, project_id)Service.GatewaySecretInfo.BuildersetAuthConfigJsonBytes(com.google.protobuf.ByteString value)Provider-specific auth configuration as JSON (e.g., region, project_id)Service.GatewaySecretInfo.BuildersetCreatedAt(long value)Timestamp (milliseconds since epoch) when the secret was createdService.GatewaySecretInfo.BuildersetCreatedBy(java.lang.String value)User ID who created the secretService.GatewaySecretInfo.BuildersetCreatedByBytes(com.google.protobuf.ByteString value)User ID who created the secretService.GatewaySecretInfo.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)Service.GatewaySecretInfo.BuildersetLastUpdatedAt(long value)Timestamp (milliseconds since epoch) when the secret was last updatedService.GatewaySecretInfo.BuildersetLastUpdatedBy(java.lang.String value)User ID who last updated the secretService.GatewaySecretInfo.BuildersetLastUpdatedByBytes(com.google.protobuf.ByteString value)User ID who last updated the secretService.GatewaySecretInfo.BuildersetMaskedValue(java.lang.String value)Masked version of the secret for display (e.g., "sk-...xyz123")Service.GatewaySecretInfo.BuildersetMaskedValueBytes(com.google.protobuf.ByteString value)Masked version of the secret for display (e.g., "sk-...xyz123")Service.GatewaySecretInfo.BuildersetProvider(java.lang.String value)LLM provider identifier (e.g., "openai", "anthropic", "cohere")Service.GatewaySecretInfo.BuildersetProviderBytes(com.google.protobuf.ByteString value)LLM provider identifier (e.g., "openai", "anthropic", "cohere")Service.GatewaySecretInfo.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)Service.GatewaySecretInfo.BuildersetSecretId(java.lang.String value)Unique identifier for the secret (UUID)Service.GatewaySecretInfo.BuildersetSecretIdBytes(com.google.protobuf.ByteString value)Unique identifier for the secret (UUID)Service.GatewaySecretInfo.BuildersetSecretName(java.lang.String value)User-friendly name for the secret (must be unique)Service.GatewaySecretInfo.BuildersetSecretNameBytes(com.google.protobuf.ByteString value)User-friendly name for the secret (must be unique)Service.GatewaySecretInfo.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Service.GatewaySecretInfo.Builder>
-
clear
public Service.GatewaySecretInfo.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Service.GatewaySecretInfo.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Service.GatewaySecretInfo.Builder>
-
getDefaultInstanceForType
public Service.GatewaySecretInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Service.GatewaySecretInfo build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Service.GatewaySecretInfo buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Service.GatewaySecretInfo.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Service.GatewaySecretInfo.Builder>
-
setField
public Service.GatewaySecretInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Service.GatewaySecretInfo.Builder>
-
clearField
public Service.GatewaySecretInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Service.GatewaySecretInfo.Builder>
-
clearOneof
public Service.GatewaySecretInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Service.GatewaySecretInfo.Builder>
-
setRepeatedField
public Service.GatewaySecretInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Service.GatewaySecretInfo.Builder>
-
addRepeatedField
public Service.GatewaySecretInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Service.GatewaySecretInfo.Builder>
-
mergeFrom
public Service.GatewaySecretInfo.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Service.GatewaySecretInfo.Builder>
-
mergeFrom
public Service.GatewaySecretInfo.Builder mergeFrom(Service.GatewaySecretInfo other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Service.GatewaySecretInfo.Builder>
-
mergeFrom
public Service.GatewaySecretInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Service.GatewaySecretInfo.Builder>- Throws:
java.io.IOException
-
hasSecretId
public boolean hasSecretId()
Unique identifier for the secret (UUID)
optional string secret_id = 1;- Specified by:
hasSecretIdin interfaceService.GatewaySecretInfoOrBuilder- Returns:
- Whether the secretId field is set.
-
getSecretId
public java.lang.String getSecretId()
Unique identifier for the secret (UUID)
optional string secret_id = 1;- Specified by:
getSecretIdin interfaceService.GatewaySecretInfoOrBuilder- Returns:
- The secretId.
-
getSecretIdBytes
public com.google.protobuf.ByteString getSecretIdBytes()
Unique identifier for the secret (UUID)
optional string secret_id = 1;- Specified by:
getSecretIdBytesin interfaceService.GatewaySecretInfoOrBuilder- Returns:
- The bytes for secretId.
-
setSecretId
public Service.GatewaySecretInfo.Builder setSecretId(java.lang.String value)
Unique identifier for the secret (UUID)
optional string secret_id = 1;- Parameters:
value- The secretId to set.- Returns:
- This builder for chaining.
-
clearSecretId
public Service.GatewaySecretInfo.Builder clearSecretId()
Unique identifier for the secret (UUID)
optional string secret_id = 1;- Returns:
- This builder for chaining.
-
setSecretIdBytes
public Service.GatewaySecretInfo.Builder setSecretIdBytes(com.google.protobuf.ByteString value)
Unique identifier for the secret (UUID)
optional string secret_id = 1;- Parameters:
value- The bytes for secretId to set.- Returns:
- This builder for chaining.
-
hasSecretName
public boolean hasSecretName()
User-friendly name for the secret (must be unique)
optional string secret_name = 2;- Specified by:
hasSecretNamein interfaceService.GatewaySecretInfoOrBuilder- Returns:
- Whether the secretName field is set.
-
getSecretName
public java.lang.String getSecretName()
User-friendly name for the secret (must be unique)
optional string secret_name = 2;- Specified by:
getSecretNamein interfaceService.GatewaySecretInfoOrBuilder- Returns:
- The secretName.
-
getSecretNameBytes
public com.google.protobuf.ByteString getSecretNameBytes()
User-friendly name for the secret (must be unique)
optional string secret_name = 2;- Specified by:
getSecretNameBytesin interfaceService.GatewaySecretInfoOrBuilder- Returns:
- The bytes for secretName.
-
setSecretName
public Service.GatewaySecretInfo.Builder setSecretName(java.lang.String value)
User-friendly name for the secret (must be unique)
optional string secret_name = 2;- Parameters:
value- The secretName to set.- Returns:
- This builder for chaining.
-
clearSecretName
public Service.GatewaySecretInfo.Builder clearSecretName()
User-friendly name for the secret (must be unique)
optional string secret_name = 2;- Returns:
- This builder for chaining.
-
setSecretNameBytes
public Service.GatewaySecretInfo.Builder setSecretNameBytes(com.google.protobuf.ByteString value)
User-friendly name for the secret (must be unique)
optional string secret_name = 2;- Parameters:
value- The bytes for secretName to set.- Returns:
- This builder for chaining.
-
hasMaskedValue
public boolean hasMaskedValue()
Masked version of the secret for display (e.g., "sk-...xyz123")
optional string masked_value = 3;- Specified by:
hasMaskedValuein interfaceService.GatewaySecretInfoOrBuilder- Returns:
- Whether the maskedValue field is set.
-
getMaskedValue
public java.lang.String getMaskedValue()
Masked version of the secret for display (e.g., "sk-...xyz123")
optional string masked_value = 3;- Specified by:
getMaskedValuein interfaceService.GatewaySecretInfoOrBuilder- Returns:
- The maskedValue.
-
getMaskedValueBytes
public com.google.protobuf.ByteString getMaskedValueBytes()
Masked version of the secret for display (e.g., "sk-...xyz123")
optional string masked_value = 3;- Specified by:
getMaskedValueBytesin interfaceService.GatewaySecretInfoOrBuilder- Returns:
- The bytes for maskedValue.
-
setMaskedValue
public Service.GatewaySecretInfo.Builder setMaskedValue(java.lang.String value)
Masked version of the secret for display (e.g., "sk-...xyz123")
optional string masked_value = 3;- Parameters:
value- The maskedValue to set.- Returns:
- This builder for chaining.
-
clearMaskedValue
public Service.GatewaySecretInfo.Builder clearMaskedValue()
Masked version of the secret for display (e.g., "sk-...xyz123")
optional string masked_value = 3;- Returns:
- This builder for chaining.
-
setMaskedValueBytes
public Service.GatewaySecretInfo.Builder setMaskedValueBytes(com.google.protobuf.ByteString value)
Masked version of the secret for display (e.g., "sk-...xyz123")
optional string masked_value = 3;- Parameters:
value- The bytes for maskedValue to set.- Returns:
- This builder for chaining.
-
hasCreatedAt
public boolean hasCreatedAt()
Timestamp (milliseconds since epoch) when the secret was created
optional int64 created_at = 4;- Specified by:
hasCreatedAtin interfaceService.GatewaySecretInfoOrBuilder- Returns:
- Whether the createdAt field is set.
-
getCreatedAt
public long getCreatedAt()
Timestamp (milliseconds since epoch) when the secret was created
optional int64 created_at = 4;- Specified by:
getCreatedAtin interfaceService.GatewaySecretInfoOrBuilder- Returns:
- The createdAt.
-
setCreatedAt
public Service.GatewaySecretInfo.Builder setCreatedAt(long value)
Timestamp (milliseconds since epoch) when the secret was created
optional int64 created_at = 4;- Parameters:
value- The createdAt to set.- Returns:
- This builder for chaining.
-
clearCreatedAt
public Service.GatewaySecretInfo.Builder clearCreatedAt()
Timestamp (milliseconds since epoch) when the secret was created
optional int64 created_at = 4;- Returns:
- This builder for chaining.
-
hasLastUpdatedAt
public boolean hasLastUpdatedAt()
Timestamp (milliseconds since epoch) when the secret was last updated
optional int64 last_updated_at = 5;- Specified by:
hasLastUpdatedAtin interfaceService.GatewaySecretInfoOrBuilder- Returns:
- Whether the lastUpdatedAt field is set.
-
getLastUpdatedAt
public long getLastUpdatedAt()
Timestamp (milliseconds since epoch) when the secret was last updated
optional int64 last_updated_at = 5;- Specified by:
getLastUpdatedAtin interfaceService.GatewaySecretInfoOrBuilder- Returns:
- The lastUpdatedAt.
-
setLastUpdatedAt
public Service.GatewaySecretInfo.Builder setLastUpdatedAt(long value)
Timestamp (milliseconds since epoch) when the secret was last updated
optional int64 last_updated_at = 5;- Parameters:
value- The lastUpdatedAt to set.- Returns:
- This builder for chaining.
-
clearLastUpdatedAt
public Service.GatewaySecretInfo.Builder clearLastUpdatedAt()
Timestamp (milliseconds since epoch) when the secret was last updated
optional int64 last_updated_at = 5;- Returns:
- This builder for chaining.
-
hasProvider
public boolean hasProvider()
LLM provider identifier (e.g., "openai", "anthropic", "cohere")
optional string provider = 6;- Specified by:
hasProviderin interfaceService.GatewaySecretInfoOrBuilder- Returns:
- Whether the provider field is set.
-
getProvider
public java.lang.String getProvider()
LLM provider identifier (e.g., "openai", "anthropic", "cohere")
optional string provider = 6;- Specified by:
getProviderin interfaceService.GatewaySecretInfoOrBuilder- Returns:
- The provider.
-
getProviderBytes
public com.google.protobuf.ByteString getProviderBytes()
LLM provider identifier (e.g., "openai", "anthropic", "cohere")
optional string provider = 6;- Specified by:
getProviderBytesin interfaceService.GatewaySecretInfoOrBuilder- Returns:
- The bytes for provider.
-
setProvider
public Service.GatewaySecretInfo.Builder setProvider(java.lang.String value)
LLM provider identifier (e.g., "openai", "anthropic", "cohere")
optional string provider = 6;- Parameters:
value- The provider to set.- Returns:
- This builder for chaining.
-
clearProvider
public Service.GatewaySecretInfo.Builder clearProvider()
LLM provider identifier (e.g., "openai", "anthropic", "cohere")
optional string provider = 6;- Returns:
- This builder for chaining.
-
setProviderBytes
public Service.GatewaySecretInfo.Builder setProviderBytes(com.google.protobuf.ByteString value)
LLM provider identifier (e.g., "openai", "anthropic", "cohere")
optional string provider = 6;- Parameters:
value- The bytes for provider to set.- Returns:
- This builder for chaining.
-
hasCreatedBy
public boolean hasCreatedBy()
User ID who created the secret
optional string created_by = 7;- Specified by:
hasCreatedByin interfaceService.GatewaySecretInfoOrBuilder- Returns:
- Whether the createdBy field is set.
-
getCreatedBy
public java.lang.String getCreatedBy()
User ID who created the secret
optional string created_by = 7;- Specified by:
getCreatedByin interfaceService.GatewaySecretInfoOrBuilder- Returns:
- The createdBy.
-
getCreatedByBytes
public com.google.protobuf.ByteString getCreatedByBytes()
User ID who created the secret
optional string created_by = 7;- Specified by:
getCreatedByBytesin interfaceService.GatewaySecretInfoOrBuilder- Returns:
- The bytes for createdBy.
-
setCreatedBy
public Service.GatewaySecretInfo.Builder setCreatedBy(java.lang.String value)
User ID who created the secret
optional string created_by = 7;- Parameters:
value- The createdBy to set.- Returns:
- This builder for chaining.
-
clearCreatedBy
public Service.GatewaySecretInfo.Builder clearCreatedBy()
User ID who created the secret
optional string created_by = 7;- Returns:
- This builder for chaining.
-
setCreatedByBytes
public Service.GatewaySecretInfo.Builder setCreatedByBytes(com.google.protobuf.ByteString value)
User ID who created the secret
optional string created_by = 7;- Parameters:
value- The bytes for createdBy to set.- Returns:
- This builder for chaining.
-
hasLastUpdatedBy
public boolean hasLastUpdatedBy()
User ID who last updated the secret
optional string last_updated_by = 8;- Specified by:
hasLastUpdatedByin interfaceService.GatewaySecretInfoOrBuilder- Returns:
- Whether the lastUpdatedBy field is set.
-
getLastUpdatedBy
public java.lang.String getLastUpdatedBy()
User ID who last updated the secret
optional string last_updated_by = 8;- Specified by:
getLastUpdatedByin interfaceService.GatewaySecretInfoOrBuilder- Returns:
- The lastUpdatedBy.
-
getLastUpdatedByBytes
public com.google.protobuf.ByteString getLastUpdatedByBytes()
User ID who last updated the secret
optional string last_updated_by = 8;- Specified by:
getLastUpdatedByBytesin interfaceService.GatewaySecretInfoOrBuilder- Returns:
- The bytes for lastUpdatedBy.
-
setLastUpdatedBy
public Service.GatewaySecretInfo.Builder setLastUpdatedBy(java.lang.String value)
User ID who last updated the secret
optional string last_updated_by = 8;- Parameters:
value- The lastUpdatedBy to set.- Returns:
- This builder for chaining.
-
clearLastUpdatedBy
public Service.GatewaySecretInfo.Builder clearLastUpdatedBy()
User ID who last updated the secret
optional string last_updated_by = 8;- Returns:
- This builder for chaining.
-
setLastUpdatedByBytes
public Service.GatewaySecretInfo.Builder setLastUpdatedByBytes(com.google.protobuf.ByteString value)
User ID who last updated the secret
optional string last_updated_by = 8;- Parameters:
value- The bytes for lastUpdatedBy to set.- Returns:
- This builder for chaining.
-
hasAuthConfigJson
public boolean hasAuthConfigJson()
Provider-specific auth configuration as JSON (e.g., region, project_id)
optional string auth_config_json = 9;- Specified by:
hasAuthConfigJsonin interfaceService.GatewaySecretInfoOrBuilder- Returns:
- Whether the authConfigJson field is set.
-
getAuthConfigJson
public java.lang.String getAuthConfigJson()
Provider-specific auth configuration as JSON (e.g., region, project_id)
optional string auth_config_json = 9;- Specified by:
getAuthConfigJsonin interfaceService.GatewaySecretInfoOrBuilder- Returns:
- The authConfigJson.
-
getAuthConfigJsonBytes
public com.google.protobuf.ByteString getAuthConfigJsonBytes()
Provider-specific auth configuration as JSON (e.g., region, project_id)
optional string auth_config_json = 9;- Specified by:
getAuthConfigJsonBytesin interfaceService.GatewaySecretInfoOrBuilder- Returns:
- The bytes for authConfigJson.
-
setAuthConfigJson
public Service.GatewaySecretInfo.Builder setAuthConfigJson(java.lang.String value)
Provider-specific auth configuration as JSON (e.g., region, project_id)
optional string auth_config_json = 9;- Parameters:
value- The authConfigJson to set.- Returns:
- This builder for chaining.
-
clearAuthConfigJson
public Service.GatewaySecretInfo.Builder clearAuthConfigJson()
Provider-specific auth configuration as JSON (e.g., region, project_id)
optional string auth_config_json = 9;- Returns:
- This builder for chaining.
-
setAuthConfigJsonBytes
public Service.GatewaySecretInfo.Builder setAuthConfigJsonBytes(com.google.protobuf.ByteString value)
Provider-specific auth configuration as JSON (e.g., region, project_id)
optional string auth_config_json = 9;- Parameters:
value- The bytes for authConfigJson to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final Service.GatewaySecretInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Service.GatewaySecretInfo.Builder>
-
mergeUnknownFields
public final Service.GatewaySecretInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Service.GatewaySecretInfo.Builder>
-
-