Class ApprovalResult (3.19.0)

public final class ApprovalResult extends GeneratedMessageV3 implements ApprovalResultOrBuilder

ApprovalResult describes the decision and associated metadata of a manual approval of a build.

Protobuf type google.devtools.cloudbuild.v1.ApprovalResult

Static Fields

APPROVAL_TIME_FIELD_NUMBER

public static final int APPROVAL_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

APPROVER_ACCOUNT_FIELD_NUMBER

public static final int APPROVER_ACCOUNT_FIELD_NUMBER
Field Value
TypeDescription
int

COMMENT_FIELD_NUMBER

public static final int COMMENT_FIELD_NUMBER
Field Value
TypeDescription
int

DECISION_FIELD_NUMBER

public static final int DECISION_FIELD_NUMBER
Field Value
TypeDescription
int

URL_FIELD_NUMBER

public static final int URL_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ApprovalResult getDefaultInstance()
Returns
TypeDescription
ApprovalResult

getDescriptor()

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

newBuilder()

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

newBuilder(ApprovalResult prototype)

public static ApprovalResult.Builder newBuilder(ApprovalResult prototype)
Parameter
NameDescription
prototypeApprovalResult
Returns
TypeDescription
ApprovalResult.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getApprovalTime()

public Timestamp getApprovalTime()

Output only. The time when the approval decision was made.

.google.protobuf.Timestamp approval_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The approvalTime.

getApprovalTimeOrBuilder()

public TimestampOrBuilder getApprovalTimeOrBuilder()

Output only. The time when the approval decision was made.

.google.protobuf.Timestamp approval_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getApproverAccount()

public String getApproverAccount()

Output only. Email of the user that called the ApproveBuild API to approve or reject a build at the time that the API was called.

string approver_account = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The approverAccount.

getApproverAccountBytes()

public ByteString getApproverAccountBytes()

Output only. Email of the user that called the ApproveBuild API to approve or reject a build at the time that the API was called.

string approver_account = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for approverAccount.

getComment()

public String getComment()

Optional. An optional comment for this manual approval result.

string comment = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The comment.

getCommentBytes()

public ByteString getCommentBytes()

Optional. An optional comment for this manual approval result.

string comment = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for comment.

getDecision()

public ApprovalResult.Decision getDecision()

Required. The decision of this manual approval.

.google.devtools.cloudbuild.v1.ApprovalResult.Decision decision = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ApprovalResult.Decision

The decision.

getDecisionValue()

public int getDecisionValue()

Required. The decision of this manual approval.

.google.devtools.cloudbuild.v1.ApprovalResult.Decision decision = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The enum numeric value on the wire for decision.

getDefaultInstanceForType()

public ApprovalResult getDefaultInstanceForType()
Returns
TypeDescription
ApprovalResult

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

getUrl()

public String getUrl()

Optional. An optional URL tied to this manual approval result. This field is essentially the same as comment, except that it will be rendered by the UI differently. An example use case is a link to an external job that approved this Build.

string url = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The url.

getUrlBytes()

public ByteString getUrlBytes()

Optional. An optional URL tied to this manual approval result. This field is essentially the same as comment, except that it will be rendered by the UI differently. An example use case is a link to an external job that approved this Build.

string url = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for url.

hasApprovalTime()

public boolean hasApprovalTime()

Output only. The time when the approval decision was made.

.google.protobuf.Timestamp approval_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the approvalTime 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 ApprovalResult.Builder newBuilderForType()
Returns
TypeDescription
ApprovalResult.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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