public final class GcpCredentials extends GeneratedMessageV3 implements GcpCredentialsOrBuilder
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
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > GcpCredentialsImplements
GcpCredentialsOrBuilderStatic Fields
SERVICE_ACCOUNT_ID_TOKENS_FIELD_NUMBER
public static final int SERVICE_ACCOUNT_ID_TOKENS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static GcpCredentials getDefaultInstance()
Returns | |
---|---|
Type | Description |
GcpCredentials |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static GcpCredentials.Builder newBuilder()
Returns | |
---|---|
Type | Description |
GcpCredentials.Builder |
newBuilder(GcpCredentials prototype)
public static GcpCredentials.Builder newBuilder(GcpCredentials prototype)
Parameter | |
---|---|
Name | Description |
prototype |
GcpCredentials |
Returns | |
---|---|
Type | Description |
GcpCredentials.Builder |
parseDelimitedFrom(InputStream input)
public static GcpCredentials parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
GcpCredentials |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GcpCredentials parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
GcpCredentials |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static GcpCredentials parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
GcpCredentials |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GcpCredentials parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
GcpCredentials |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static GcpCredentials parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
GcpCredentials |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GcpCredentials parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
GcpCredentials |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static GcpCredentials parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
GcpCredentials |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GcpCredentials parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
GcpCredentials |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static GcpCredentials parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
GcpCredentials |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GcpCredentials parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
GcpCredentials |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static GcpCredentials parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
GcpCredentials |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GcpCredentials parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
GcpCredentials |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<GcpCredentials> parser()
Returns | |
---|---|
Type | Description |
Parser<GcpCredentials> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public GcpCredentials getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
GcpCredentials |
getParserForType()
public Parser<GcpCredentials> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<GcpCredentials> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getServiceAccountIdTokens(int index)
public String getServiceAccountIdTokens(int index)
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)
public ByteString getServiceAccountIdTokensBytes(int index)
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()
public int getServiceAccountIdTokensCount()
Same as id_tokens, but as a string.
repeated string service_account_id_tokens = 2;
Returns | |
---|---|
Type | Description |
int |
The count of serviceAccountIdTokens. |
getServiceAccountIdTokensList()
public ProtocolStringList getServiceAccountIdTokensList()
Same as id_tokens, but as a string.
repeated string service_account_id_tokens = 2;
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the serviceAccountIdTokens. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public GcpCredentials.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
GcpCredentials.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GcpCredentials.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
GcpCredentials.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public GcpCredentials.Builder toBuilder()
Returns | |
---|---|
Type | Description |
GcpCredentials.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |