public interface CreateChallengeRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getChallenge()
public abstract 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 | |
---|---|
Type | Description |
Challenge |
The challenge. |
getChallengeOrBuilder()
public abstract 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 | |
---|---|
Type | Description |
ChallengeOrBuilder |
getParent()
public abstract 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 | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public abstract 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 | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
hasChallenge()
public abstract 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 | |
---|---|
Type | Description |
boolean |
Whether the challenge field is set. |