Class CreateChallengeRequest (0.25.0)

public final class CreateChallengeRequest extends GeneratedMessageV3 implements CreateChallengeRequestOrBuilder

Message for creating a Challenge

Protobuf type google.cloud.confidentialcomputing.v1alpha1.CreateChallengeRequest

Static Fields

CHALLENGE_FIELD_NUMBER

public static final int CHALLENGE_FIELD_NUMBER
Field Value
TypeDescription
int

PARENT_FIELD_NUMBER

public static final int PARENT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static CreateChallengeRequest getDefaultInstance()
Returns
TypeDescription
CreateChallengeRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static CreateChallengeRequest.Builder newBuilder()
Returns
TypeDescription
CreateChallengeRequest.Builder

newBuilder(CreateChallengeRequest prototype)

public static CreateChallengeRequest.Builder newBuilder(CreateChallengeRequest prototype)
Parameter
NameDescription
prototypeCreateChallengeRequest
Returns
TypeDescription
CreateChallengeRequest.Builder

parseDelimitedFrom(InputStream input)

public static CreateChallengeRequest parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
CreateChallengeRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateChallengeRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateChallengeRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static CreateChallengeRequest parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
CreateChallengeRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static CreateChallengeRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateChallengeRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static CreateChallengeRequest parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
CreateChallengeRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static CreateChallengeRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateChallengeRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static CreateChallengeRequest parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
CreateChallengeRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateChallengeRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateChallengeRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static CreateChallengeRequest parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
CreateChallengeRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateChallengeRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateChallengeRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static CreateChallengeRequest parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
CreateChallengeRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static CreateChallengeRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateChallengeRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<CreateChallengeRequest> parser()
Returns
TypeDescription
Parser<CreateChallengeRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getChallenge()

public Challenge getChallenge()

Required. The Challenge to be created. Currently this field can be empty as all the Challenge fields are set by the server.

.google.cloud.confidentialcomputing.v1alpha1.Challenge challenge = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Challenge

The challenge.

getChallengeOrBuilder()

public ChallengeOrBuilder getChallengeOrBuilder()

Required. The Challenge to be created. Currently this field can be empty as all the Challenge fields are set by the server.

.google.cloud.confidentialcomputing.v1alpha1.Challenge challenge = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ChallengeOrBuilder

getDefaultInstanceForType()

public CreateChallengeRequest getDefaultInstanceForType()
Returns
TypeDescription
CreateChallengeRequest

getParent()

public String getParent()

Required. The resource name of the location where the Challenge will be used, in the format projects/*/locations/*.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The resource name of the location where the Challenge will be used, in the format projects/*/locations/*.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getParserForType()

public Parser<CreateChallengeRequest> getParserForType()
Returns
TypeDescription
Parser<CreateChallengeRequest>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasChallenge()

public boolean hasChallenge()

Required. The Challenge to be created. Currently this field can be empty as all the Challenge fields are set by the server.

.google.cloud.confidentialcomputing.v1alpha1.Challenge challenge = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the challenge field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public CreateChallengeRequest.Builder newBuilderForType()
Returns
TypeDescription
CreateChallengeRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected CreateChallengeRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
CreateChallengeRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public CreateChallengeRequest.Builder toBuilder()
Returns
TypeDescription
CreateChallengeRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException