- 2.84.0 (latest)
- 2.83.0
- 2.82.0
- 2.81.0
- 2.79.0
- 2.77.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.71.0
- 2.69.0
- 2.68.0
- 2.65.0
- 2.64.0
- 2.63.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.10
- 2.3.1
- 2.2.4
- 2.1.12
public static final class DismissDecision.Builder extends GeneratedMessage.Builder<DismissDecision.Builder> implements DismissDecisionOrBuilderA decision that has been made to dismiss an approval request.
Protobuf type google.cloud.accessapproval.v1.DismissDecision
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DismissDecision.BuilderImplements
DismissDecisionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DismissDecision build()| Returns | |
|---|---|
| Type | Description |
DismissDecision |
|
buildPartial()
public DismissDecision buildPartial()| Returns | |
|---|---|
| Type | Description |
DismissDecision |
|
clear()
public DismissDecision.Builder clear()| Returns | |
|---|---|
| Type | Description |
DismissDecision.Builder |
|
clearDismissTime()
public DismissDecision.Builder clearDismissTime()The time at which the approval request was dismissed.
.google.protobuf.Timestamp dismiss_time = 1;
| Returns | |
|---|---|
| Type | Description |
DismissDecision.Builder |
|
clearImplicit()
public DismissDecision.Builder clearImplicit()This field will be true if the ApprovalRequest was implicitly dismissed due to inaction by the access approval approvers (the request is not acted on by the approvers before the exiration time).
bool implicit = 2;
| Returns | |
|---|---|
| Type | Description |
DismissDecision.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public DismissDecision getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DismissDecision |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDismissTime()
public Timestamp getDismissTime()The time at which the approval request was dismissed.
.google.protobuf.Timestamp dismiss_time = 1;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The dismissTime. |
getDismissTimeBuilder()
public Timestamp.Builder getDismissTimeBuilder()The time at which the approval request was dismissed.
.google.protobuf.Timestamp dismiss_time = 1;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getDismissTimeOrBuilder()
public TimestampOrBuilder getDismissTimeOrBuilder()The time at which the approval request was dismissed.
.google.protobuf.Timestamp dismiss_time = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getImplicit()
public boolean getImplicit()This field will be true if the ApprovalRequest was implicitly dismissed due to inaction by the access approval approvers (the request is not acted on by the approvers before the exiration time).
bool implicit = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The implicit. |
hasDismissTime()
public boolean hasDismissTime()The time at which the approval request was dismissed.
.google.protobuf.Timestamp dismiss_time = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dismissTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeDismissTime(Timestamp value)
public DismissDecision.Builder mergeDismissTime(Timestamp value)The time at which the approval request was dismissed.
.google.protobuf.Timestamp dismiss_time = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
DismissDecision.Builder |
|
mergeFrom(DismissDecision other)
public DismissDecision.Builder mergeFrom(DismissDecision other)| Parameter | |
|---|---|
| Name | Description |
other |
DismissDecision |
| Returns | |
|---|---|
| Type | Description |
DismissDecision.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DismissDecision.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DismissDecision.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DismissDecision.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DismissDecision.Builder |
|
setDismissTime(Timestamp value)
public DismissDecision.Builder setDismissTime(Timestamp value)The time at which the approval request was dismissed.
.google.protobuf.Timestamp dismiss_time = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
DismissDecision.Builder |
|
setDismissTime(Timestamp.Builder builderForValue)
public DismissDecision.Builder setDismissTime(Timestamp.Builder builderForValue)The time at which the approval request was dismissed.
.google.protobuf.Timestamp dismiss_time = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
DismissDecision.Builder |
|
setImplicit(boolean value)
public DismissDecision.Builder setImplicit(boolean value)This field will be true if the ApprovalRequest was implicitly dismissed due to inaction by the access approval approvers (the request is not acted on by the approvers before the exiration time).
bool implicit = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe implicit to set. |
| Returns | |
|---|---|
| Type | Description |
DismissDecision.Builder |
This builder for chaining. |