- 3.55.0 (latest)
- 3.54.0
- 3.53.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.6
- 3.4.1
- 3.3.12
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
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ApprovalResultImplements
ApprovalResultOrBuilderStatic Fields
APPROVAL_TIME_FIELD_NUMBER
public static final int APPROVAL_TIME_FIELD_NUMBER
Type | Description |
int |
APPROVER_ACCOUNT_FIELD_NUMBER
public static final int APPROVER_ACCOUNT_FIELD_NUMBER
Type | Description |
int |
COMMENT_FIELD_NUMBER
public static final int COMMENT_FIELD_NUMBER
Type | Description |
int |
DECISION_FIELD_NUMBER
public static final int DECISION_FIELD_NUMBER
Type | Description |
int |
URL_FIELD_NUMBER
public static final int URL_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ApprovalResult getDefaultInstance()
Type | Description |
ApprovalResult |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ApprovalResult.Builder newBuilder()
Type | Description |
ApprovalResult.Builder |
newBuilder(ApprovalResult prototype)
public static ApprovalResult.Builder newBuilder(ApprovalResult prototype)
Name | Description |
prototype | ApprovalResult |
Type | Description |
ApprovalResult.Builder |
parseDelimitedFrom(InputStream input)
public static ApprovalResult parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ApprovalResult |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ApprovalResult parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ApprovalResult |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ApprovalResult parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ApprovalResult |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ApprovalResult parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ApprovalResult |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ApprovalResult parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ApprovalResult |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ApprovalResult parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ApprovalResult |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ApprovalResult parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ApprovalResult |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ApprovalResult parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ApprovalResult |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ApprovalResult parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ApprovalResult |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ApprovalResult parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ApprovalResult |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ApprovalResult parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ApprovalResult |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ApprovalResult parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ApprovalResult |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ApprovalResult> parser()
Type | Description |
Parser<ApprovalResult> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
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];
Type | Description |
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];
Type | Description |
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];
Type | Description |
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];
Type | Description |
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];
Type | Description |
String | The comment. |
getCommentBytes()
public ByteString getCommentBytes()
Optional. An optional comment for this manual approval result.
string comment = 5 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
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];
Type | Description |
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];
Type | Description |
int | The enum numeric value on the wire for decision. |
getDefaultInstanceForType()
public ApprovalResult getDefaultInstanceForType()
Type | Description |
ApprovalResult |
getParserForType()
public Parser<ApprovalResult> getParserForType()
Type | Description |
Parser<ApprovalResult> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
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];
Type | Description |
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];
Type | Description |
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];
Type | Description |
boolean | Whether the approvalTime field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public ApprovalResult.Builder newBuilderForType()
Type | Description |
ApprovalResult.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ApprovalResult.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ApprovalResult.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ApprovalResult.Builder toBuilder()
Type | Description |
ApprovalResult.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |