Class Grant.Timeline.Event.Scheduled.Builder (0.1.0)

public static final class Grant.Timeline.Event.Scheduled.Builder extends GeneratedMessageV3.Builder<Grant.Timeline.Event.Scheduled.Builder> implements Grant.Timeline.Event.ScheduledOrBuilder

An event representing that the grant has been scheduled to be activated later.

Protobuf type google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Scheduled

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Grant.Timeline.Event.Scheduled.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Grant.Timeline.Event.Scheduled.Builder
Overrides

build()

public Grant.Timeline.Event.Scheduled build()
Returns
Type Description
Grant.Timeline.Event.Scheduled

buildPartial()

public Grant.Timeline.Event.Scheduled buildPartial()
Returns
Type Description
Grant.Timeline.Event.Scheduled

clear()

public Grant.Timeline.Event.Scheduled.Builder clear()
Returns
Type Description
Grant.Timeline.Event.Scheduled.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public Grant.Timeline.Event.Scheduled.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
Grant.Timeline.Event.Scheduled.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public Grant.Timeline.Event.Scheduled.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
Grant.Timeline.Event.Scheduled.Builder
Overrides

clearScheduledActivationTime()

public Grant.Timeline.Event.Scheduled.Builder clearScheduledActivationTime()

Output only. The time at which the access is granted.

.google.protobuf.Timestamp scheduled_activation_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Grant.Timeline.Event.Scheduled.Builder

clone()

public Grant.Timeline.Event.Scheduled.Builder clone()
Returns
Type Description
Grant.Timeline.Event.Scheduled.Builder
Overrides

getDefaultInstanceForType()

public Grant.Timeline.Event.Scheduled getDefaultInstanceForType()
Returns
Type Description
Grant.Timeline.Event.Scheduled

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getScheduledActivationTime()

public Timestamp getScheduledActivationTime()

Output only. The time at which the access is granted.

.google.protobuf.Timestamp scheduled_activation_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The scheduledActivationTime.

getScheduledActivationTimeBuilder()

public Timestamp.Builder getScheduledActivationTimeBuilder()

Output only. The time at which the access is granted.

.google.protobuf.Timestamp scheduled_activation_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Builder

getScheduledActivationTimeOrBuilder()

public TimestampOrBuilder getScheduledActivationTimeOrBuilder()

Output only. The time at which the access is granted.

.google.protobuf.Timestamp scheduled_activation_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

hasScheduledActivationTime()

public boolean hasScheduledActivationTime()

Output only. The time at which the access is granted.

.google.protobuf.Timestamp scheduled_activation_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the scheduledActivationTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Grant.Timeline.Event.Scheduled other)

public Grant.Timeline.Event.Scheduled.Builder mergeFrom(Grant.Timeline.Event.Scheduled other)
Parameter
Name Description
other Grant.Timeline.Event.Scheduled
Returns
Type Description
Grant.Timeline.Event.Scheduled.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Grant.Timeline.Event.Scheduled.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Grant.Timeline.Event.Scheduled.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Grant.Timeline.Event.Scheduled.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Grant.Timeline.Event.Scheduled.Builder
Overrides

mergeScheduledActivationTime(Timestamp value)

public Grant.Timeline.Event.Scheduled.Builder mergeScheduledActivationTime(Timestamp value)

Output only. The time at which the access is granted.

.google.protobuf.Timestamp scheduled_activation_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
Grant.Timeline.Event.Scheduled.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Grant.Timeline.Event.Scheduled.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Grant.Timeline.Event.Scheduled.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public Grant.Timeline.Event.Scheduled.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Grant.Timeline.Event.Scheduled.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Grant.Timeline.Event.Scheduled.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
Grant.Timeline.Event.Scheduled.Builder
Overrides

setScheduledActivationTime(Timestamp value)

public Grant.Timeline.Event.Scheduled.Builder setScheduledActivationTime(Timestamp value)

Output only. The time at which the access is granted.

.google.protobuf.Timestamp scheduled_activation_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
Grant.Timeline.Event.Scheduled.Builder

setScheduledActivationTime(Timestamp.Builder builderForValue)

public Grant.Timeline.Event.Scheduled.Builder setScheduledActivationTime(Timestamp.Builder builderForValue)

Output only. The time at which the access is granted.

.google.protobuf.Timestamp scheduled_activation_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
Grant.Timeline.Event.Scheduled.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final Grant.Timeline.Event.Scheduled.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Grant.Timeline.Event.Scheduled.Builder
Overrides