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