publicfinalclass ChallengeextendsGeneratedMessageV3implementsChallengeOrBuilder
A Challenge from the server used to guarantee freshness of attestations
Protobuf type google.cloud.confidentialcomputing.v1.Challenge
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
CREATE_TIME_FIELD_NUMBER
publicstaticfinalintCREATE_TIME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
EXPIRE_TIME_FIELD_NUMBER
publicstaticfinalintEXPIRE_TIME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
NAME_FIELD_NUMBER
publicstaticfinalintNAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
TPM_NONCE_FIELD_NUMBER
publicstaticfinalintTPM_NONCE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
USED_FIELD_NUMBER
publicstaticfinalintUSED_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticChallengegetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticChallenge.BuildernewBuilder()
newBuilder(Challenge prototype)
publicstaticChallenge.BuildernewBuilder(Challengeprototype)
| Parameter |
| Name |
Description |
prototype |
Challenge
|
publicstaticChallengeparseDelimitedFrom(InputStreaminput)
publicstaticChallengeparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticChallengeparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticChallengeparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticChallengeparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticChallengeparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticChallengeparseFrom(CodedInputStreaminput)
publicstaticChallengeparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticChallengeparseFrom(InputStreaminput)
publicstaticChallengeparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticChallengeparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticChallengeparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<Challenge>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getCreateTime()
publicTimestampgetCreateTime()
Output only. The time at which this Challenge was created
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
Timestamp |
The createTime.
|
getCreateTimeOrBuilder()
publicTimestampOrBuildergetCreateTimeOrBuilder()
Output only. The time at which this Challenge was created
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDefaultInstanceForType()
publicChallengegetDefaultInstanceForType()
getExpireTime()
publicTimestampgetExpireTime()
Output only. The time at which this Challenge will no longer be usable. It
is also the expiration time for any tokens generated from this Challenge.
.google.protobuf.Timestamp expire_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
Timestamp |
The expireTime.
|
getExpireTimeOrBuilder()
publicTimestampOrBuildergetExpireTimeOrBuilder()
Output only. The time at which this Challenge will no longer be usable. It
is also the expiration time for any tokens generated from this Challenge.
.google.protobuf.Timestamp expire_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getName()
Output only. The resource name for this Challenge in the format
projects/*/locations/*/challenges/*
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
String |
The name.
|
getNameBytes()
publicByteStringgetNameBytes()
Output only. The resource name for this Challenge in the format
projects/*/locations/*/challenges/*
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
ByteString |
The bytes for name.
|
getParserForType()
publicParser<Challenge>getParserForType()
Overrides
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
getTpmNonce()
publicStringgetTpmNonce()
Output only. Identical to nonce, but as a string.
string tpm_nonce = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
String |
The tpmNonce.
|
getTpmNonceBytes()
publicByteStringgetTpmNonceBytes()
Output only. Identical to nonce, but as a string.
string tpm_nonce = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
ByteString |
The bytes for tpmNonce.
|
getUsed()
Output only. Indicates if this challenge has been used to generate a token.
bool used = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
The used.
|
hasCreateTime()
publicbooleanhasCreateTime()
Output only. The time at which this Challenge was created
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the createTime field is set.
|
hasExpireTime()
publicbooleanhasExpireTime()
Output only. The time at which this Challenge will no longer be usable. It
is also the expiration time for any tokens generated from this Challenge.
.google.protobuf.Timestamp expire_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the expireTime field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicChallenge.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedChallenge.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicChallenge.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides