Uses of Class
com.google.cloud.confidentialcomputing.v1.GcpCredentials
-
Packages that use GcpCredentials Package Description com.google.cloud.confidentialcomputing.v1 A client to Confidential Computing API -
-
Uses of GcpCredentials in com.google.cloud.confidentialcomputing.v1
Methods in com.google.cloud.confidentialcomputing.v1 that return GcpCredentials Modifier and Type Method Description GcpCredentials
GcpCredentials.Builder. build()
GcpCredentials
GcpCredentials.Builder. buildPartial()
static GcpCredentials
GcpCredentials. getDefaultInstance()
GcpCredentials
GcpCredentials.Builder. getDefaultInstanceForType()
GcpCredentials
GcpCredentials. getDefaultInstanceForType()
GcpCredentials
VerifyAttestationRequest.Builder. getGcpCredentials()
Optional.GcpCredentials
VerifyAttestationRequest. getGcpCredentials()
Optional.GcpCredentials
VerifyAttestationRequestOrBuilder. getGcpCredentials()
Optional.static GcpCredentials
GcpCredentials. parseDelimitedFrom(InputStream input)
static GcpCredentials
GcpCredentials. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcpCredentials
GcpCredentials. parseFrom(byte[] data)
static GcpCredentials
GcpCredentials. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcpCredentials
GcpCredentials. parseFrom(com.google.protobuf.ByteString data)
static GcpCredentials
GcpCredentials. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcpCredentials
GcpCredentials. parseFrom(com.google.protobuf.CodedInputStream input)
static GcpCredentials
GcpCredentials. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcpCredentials
GcpCredentials. parseFrom(InputStream input)
static GcpCredentials
GcpCredentials. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcpCredentials
GcpCredentials. parseFrom(ByteBuffer data)
static GcpCredentials
GcpCredentials. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.confidentialcomputing.v1 that return types with arguments of type GcpCredentials Modifier and Type Method Description com.google.protobuf.Parser<GcpCredentials>
GcpCredentials. getParserForType()
static com.google.protobuf.Parser<GcpCredentials>
GcpCredentials. parser()
Methods in com.google.cloud.confidentialcomputing.v1 with parameters of type GcpCredentials Modifier and Type Method Description GcpCredentials.Builder
GcpCredentials.Builder. mergeFrom(GcpCredentials other)
VerifyAttestationRequest.Builder
VerifyAttestationRequest.Builder. mergeGcpCredentials(GcpCredentials value)
Optional.static GcpCredentials.Builder
GcpCredentials. newBuilder(GcpCredentials prototype)
VerifyAttestationRequest.Builder
VerifyAttestationRequest.Builder. setGcpCredentials(GcpCredentials value)
Optional.
-