public static final class Grant.Timeline.Event extends GeneratedMessageV3 implements Grant.Timeline.EventOrBuilder
A single operation on the grant.
Protobuf type google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ACTIVATED_FIELD_NUMBER
public static final int ACTIVATED_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ACTIVATION_FAILED_FIELD_NUMBER
public static final int ACTIVATION_FAILED_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
APPROVED_FIELD_NUMBER
public static final int APPROVED_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
DENIED_FIELD_NUMBER
public static final int DENIED_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ENDED_FIELD_NUMBER
public static final int ENDED_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
EVENT_TIME_FIELD_NUMBER
public static final int EVENT_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
EXPIRED_FIELD_NUMBER
public static final int EXPIRED_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
EXTERNALLY_MODIFIED_FIELD_NUMBER
public static final int EXTERNALLY_MODIFIED_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
REQUESTED_FIELD_NUMBER
public static final int REQUESTED_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
REVOKED_FIELD_NUMBER
public static final int REVOKED_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SCHEDULED_FIELD_NUMBER
public static final int SCHEDULED_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Grant.Timeline.Event getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Grant.Timeline.Event.Builder newBuilder()
newBuilder(Grant.Timeline.Event prototype)
public static Grant.Timeline.Event.Builder newBuilder(Grant.Timeline.Event prototype)
public static Grant.Timeline.Event parseDelimitedFrom(InputStream input)
public static Grant.Timeline.Event parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Grant.Timeline.Event parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Grant.Timeline.Event parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Grant.Timeline.Event parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Grant.Timeline.Event parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Grant.Timeline.Event parseFrom(CodedInputStream input)
public static Grant.Timeline.Event parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Grant.Timeline.Event parseFrom(InputStream input)
public static Grant.Timeline.Event parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Grant.Timeline.Event parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Grant.Timeline.Event parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Grant.Timeline.Event> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getActivated()
public Grant.Timeline.Event.Activated getActivated()
The grant was successfully activated to give access.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Activated activated = 7;
getActivatedOrBuilder()
public Grant.Timeline.Event.ActivatedOrBuilder getActivatedOrBuilder()
The grant was successfully activated to give access.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Activated activated = 7;
getActivationFailed()
public Grant.Timeline.Event.ActivationFailed getActivationFailed()
There was a non-retriable error while trying to give access.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.ActivationFailed activation_failed = 8;
getActivationFailedOrBuilder()
public Grant.Timeline.Event.ActivationFailedOrBuilder getActivationFailedOrBuilder()
There was a non-retriable error while trying to give access.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.ActivationFailed activation_failed = 8;
getApproved()
public Grant.Timeline.Event.Approved getApproved()
The grant was approved.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Approved approved = 3;
getApprovedOrBuilder()
public Grant.Timeline.Event.ApprovedOrBuilder getApprovedOrBuilder()
The grant was approved.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Approved approved = 3;
getDefaultInstanceForType()
public Grant.Timeline.Event getDefaultInstanceForType()
getDenied()
public Grant.Timeline.Event.Denied getDenied()
The grant was denied.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Denied denied = 4;
getDeniedOrBuilder()
public Grant.Timeline.Event.DeniedOrBuilder getDeniedOrBuilder()
The grant was denied.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Denied denied = 4;
getEnded()
public Grant.Timeline.Event.Ended getEnded()
Access given by the grant ended automatically as the approved
duration was over.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Ended ended = 11;
getEndedOrBuilder()
public Grant.Timeline.Event.EndedOrBuilder getEndedOrBuilder()
Access given by the grant ended automatically as the approved
duration was over.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Ended ended = 11;
getEventCase()
public Grant.Timeline.Event.EventCase getEventCase()
getEventTime()
public Timestamp getEventTime()
Output only. The time (as recorded at server) when this event occurred.
.google.protobuf.Timestamp event_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
Timestamp |
The eventTime.
|
getEventTimeOrBuilder()
public TimestampOrBuilder getEventTimeOrBuilder()
Output only. The time (as recorded at server) when this event occurred.
.google.protobuf.Timestamp event_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getExpired()
public Grant.Timeline.Event.Expired getExpired()
The approval workflow did not complete in the necessary duration,
and so the grant is expired.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Expired expired = 10;
getExpiredOrBuilder()
public Grant.Timeline.Event.ExpiredOrBuilder getExpiredOrBuilder()
The approval workflow did not complete in the necessary duration,
and so the grant is expired.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Expired expired = 10;
getExternallyModified()
public Grant.Timeline.Event.ExternallyModified getExternallyModified()
The policy bindings made by grant have been modified outside of PAM.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.ExternallyModified externally_modified = 12;
getExternallyModifiedOrBuilder()
public Grant.Timeline.Event.ExternallyModifiedOrBuilder getExternallyModifiedOrBuilder()
The policy bindings made by grant have been modified outside of PAM.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.ExternallyModified externally_modified = 12;
getParserForType()
public Parser<Grant.Timeline.Event> getParserForType()
Overrides
getRequested()
public Grant.Timeline.Event.Requested getRequested()
The grant was requested.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Requested requested = 2;
getRequestedOrBuilder()
public Grant.Timeline.Event.RequestedOrBuilder getRequestedOrBuilder()
The grant was requested.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Requested requested = 2;
getRevoked()
public Grant.Timeline.Event.Revoked getRevoked()
The grant was revoked.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Revoked revoked = 5;
getRevokedOrBuilder()
public Grant.Timeline.Event.RevokedOrBuilder getRevokedOrBuilder()
The grant was revoked.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Revoked revoked = 5;
getScheduled()
public Grant.Timeline.Event.Scheduled getScheduled()
The grant has been scheduled to give access.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Scheduled scheduled = 6;
getScheduledOrBuilder()
public Grant.Timeline.Event.ScheduledOrBuilder getScheduledOrBuilder()
The grant has been scheduled to give access.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Scheduled scheduled = 6;
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hasActivated()
public boolean hasActivated()
The grant was successfully activated to give access.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Activated activated = 7;
Returns |
Type |
Description |
boolean |
Whether the activated field is set.
|
hasActivationFailed()
public boolean hasActivationFailed()
There was a non-retriable error while trying to give access.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.ActivationFailed activation_failed = 8;
Returns |
Type |
Description |
boolean |
Whether the activationFailed field is set.
|
hasApproved()
public boolean hasApproved()
The grant was approved.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Approved approved = 3;
Returns |
Type |
Description |
boolean |
Whether the approved field is set.
|
hasDenied()
public boolean hasDenied()
The grant was denied.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Denied denied = 4;
Returns |
Type |
Description |
boolean |
Whether the denied field is set.
|
hasEnded()
public boolean hasEnded()
Access given by the grant ended automatically as the approved
duration was over.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Ended ended = 11;
Returns |
Type |
Description |
boolean |
Whether the ended field is set.
|
hasEventTime()
public boolean hasEventTime()
Output only. The time (as recorded at server) when this event occurred.
.google.protobuf.Timestamp event_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
boolean |
Whether the eventTime field is set.
|
hasExpired()
public boolean hasExpired()
The approval workflow did not complete in the necessary duration,
and so the grant is expired.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Expired expired = 10;
Returns |
Type |
Description |
boolean |
Whether the expired field is set.
|
hasExternallyModified()
public boolean hasExternallyModified()
The policy bindings made by grant have been modified outside of PAM.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.ExternallyModified externally_modified = 12;
Returns |
Type |
Description |
boolean |
Whether the externallyModified field is set.
|
hasRequested()
public boolean hasRequested()
The grant was requested.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Requested requested = 2;
Returns |
Type |
Description |
boolean |
Whether the requested field is set.
|
hasRevoked()
public boolean hasRevoked()
The grant was revoked.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Revoked revoked = 5;
Returns |
Type |
Description |
boolean |
Whether the revoked field is set.
|
hasScheduled()
public boolean hasScheduled()
The grant has been scheduled to give access.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Scheduled scheduled = 6;
Returns |
Type |
Description |
boolean |
Whether the scheduled field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Grant.Timeline.Event.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Grant.Timeline.Event.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Grant.Timeline.Event.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides