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

public static final class Grant.Timeline.Event.Scheduled.Builder extends GeneratedMessage.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

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

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

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 GeneratedMessage.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

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