publicstaticfinalclass GcpCredentials.BuilderextendsGeneratedMessageV3.Builder<GcpCredentials.Builder>implementsGcpCredentialsOrBuilder
Credentials issued by GCP which are linked to the platform attestation. These
will be verified server-side as part of attestaion verification.
Protobuf type google.cloud.confidentialcomputing.v1.GcpCredentials
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
addAllServiceAccountIdTokens(Iterable<String> values)
publicGcpCredentials.BuilderaddAllServiceAccountIdTokens(Iterable<String>values)
Same as id_tokens, but as a string.
repeated string service_account_id_tokens = 2;
| Parameter |
| Name |
Description |
values |
Iterable<String>
The serviceAccountIdTokens to add.
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicGcpCredentials.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
addServiceAccountIdTokens(String value)
publicGcpCredentials.BuilderaddServiceAccountIdTokens(Stringvalue)
Same as id_tokens, but as a string.
repeated string service_account_id_tokens = 2;
| Parameter |
| Name |
Description |
value |
String
The serviceAccountIdTokens to add.
|
addServiceAccountIdTokensBytes(ByteString value)
publicGcpCredentials.BuilderaddServiceAccountIdTokensBytes(ByteStringvalue)
Same as id_tokens, but as a string.
repeated string service_account_id_tokens = 2;
| Parameter |
| Name |
Description |
value |
ByteString
The bytes of the serviceAccountIdTokens to add.
|
build()
publicGcpCredentialsbuild()
buildPartial()
publicGcpCredentialsbuildPartial()
clear()
publicGcpCredentials.Builderclear()
Overrides
clearField(Descriptors.FieldDescriptor field)
publicGcpCredentials.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
publicGcpCredentials.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clearServiceAccountIdTokens()
publicGcpCredentials.BuilderclearServiceAccountIdTokens()
Same as id_tokens, but as a string.
repeated string service_account_id_tokens = 2;
clone()
publicGcpCredentials.Builderclone()
Overrides
getDefaultInstanceForType()
publicGcpCredentialsgetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getServiceAccountIdTokens(int index)
publicStringgetServiceAccountIdTokens(intindex)
Same as id_tokens, but as a string.
repeated string service_account_id_tokens = 2;
| Parameter |
| Name |
Description |
index |
int
The index of the element to return.
|
| Returns |
| Type |
Description |
String |
The serviceAccountIdTokens at the given index.
|
getServiceAccountIdTokensBytes(int index)
publicByteStringgetServiceAccountIdTokensBytes(intindex)
Same as id_tokens, but as a string.
repeated string service_account_id_tokens = 2;
| Parameter |
| Name |
Description |
index |
int
The index of the value to return.
|
| Returns |
| Type |
Description |
ByteString |
The bytes of the serviceAccountIdTokens at the given index.
|
getServiceAccountIdTokensCount()
publicintgetServiceAccountIdTokensCount()
Same as id_tokens, but as a string.
repeated string service_account_id_tokens = 2;
| Returns |
| Type |
Description |
int |
The count of serviceAccountIdTokens.
|
getServiceAccountIdTokensList()
publicProtocolStringListgetServiceAccountIdTokensList()
Same as id_tokens, but as a string.
repeated string service_account_id_tokens = 2;
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeFrom(GcpCredentials other)
publicGcpCredentials.BuildermergeFrom(GcpCredentialsother)
publicGcpCredentials.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicGcpCredentials.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalGcpCredentials.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
publicGcpCredentials.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicGcpCredentials.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setServiceAccountIdTokens(int index, String value)
publicGcpCredentials.BuildersetServiceAccountIdTokens(intindex,Stringvalue)
Same as id_tokens, but as a string.
repeated string service_account_id_tokens = 2;
| Parameters |
| Name |
Description |
index |
int
The index to set the value at.
|
value |
String
The serviceAccountIdTokens to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalGcpCredentials.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides