public static interface Grant.Timeline.EventOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getActivated()
public abstract Grant.Timeline.Event.Activated getActivated()
The grant was successfully activated to give access.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Activated activated = 7;
Returns | |
---|---|
Type | Description |
Grant.Timeline.Event.Activated |
The activated. |
getActivatedOrBuilder()
public abstract Grant.Timeline.Event.ActivatedOrBuilder getActivatedOrBuilder()
The grant was successfully activated to give access.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Activated activated = 7;
Returns | |
---|---|
Type | Description |
Grant.Timeline.Event.ActivatedOrBuilder |
getActivationFailed()
public abstract 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;
Returns | |
---|---|
Type | Description |
Grant.Timeline.Event.ActivationFailed |
The activationFailed. |
getActivationFailedOrBuilder()
public abstract 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;
Returns | |
---|---|
Type | Description |
Grant.Timeline.Event.ActivationFailedOrBuilder |
getApproved()
public abstract Grant.Timeline.Event.Approved getApproved()
The grant was approved.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Approved approved = 3;
Returns | |
---|---|
Type | Description |
Grant.Timeline.Event.Approved |
The approved. |
getApprovedOrBuilder()
public abstract Grant.Timeline.Event.ApprovedOrBuilder getApprovedOrBuilder()
The grant was approved.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Approved approved = 3;
Returns | |
---|---|
Type | Description |
Grant.Timeline.Event.ApprovedOrBuilder |
getDenied()
public abstract Grant.Timeline.Event.Denied getDenied()
The grant was denied.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Denied denied = 4;
Returns | |
---|---|
Type | Description |
Grant.Timeline.Event.Denied |
The denied. |
getDeniedOrBuilder()
public abstract Grant.Timeline.Event.DeniedOrBuilder getDeniedOrBuilder()
The grant was denied.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Denied denied = 4;
Returns | |
---|---|
Type | Description |
Grant.Timeline.Event.DeniedOrBuilder |
getEnded()
public abstract 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;
Returns | |
---|---|
Type | Description |
Grant.Timeline.Event.Ended |
The ended. |
getEndedOrBuilder()
public abstract 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;
Returns | |
---|---|
Type | Description |
Grant.Timeline.Event.EndedOrBuilder |
getEventCase()
public abstract Grant.Timeline.Event.EventCase getEventCase()
Returns | |
---|---|
Type | Description |
Grant.Timeline.Event.EventCase |
getEventTime()
public abstract 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 abstract 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];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getExpired()
public abstract 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;
Returns | |
---|---|
Type | Description |
Grant.Timeline.Event.Expired |
The expired. |
getExpiredOrBuilder()
public abstract 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;
Returns | |
---|---|
Type | Description |
Grant.Timeline.Event.ExpiredOrBuilder |
getExternallyModified()
public abstract 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;
Returns | |
---|---|
Type | Description |
Grant.Timeline.Event.ExternallyModified |
The externallyModified. |
getExternallyModifiedOrBuilder()
public abstract 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;
Returns | |
---|---|
Type | Description |
Grant.Timeline.Event.ExternallyModifiedOrBuilder |
getRequested()
public abstract Grant.Timeline.Event.Requested getRequested()
The grant was requested.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Requested requested = 2;
Returns | |
---|---|
Type | Description |
Grant.Timeline.Event.Requested |
The requested. |
getRequestedOrBuilder()
public abstract Grant.Timeline.Event.RequestedOrBuilder getRequestedOrBuilder()
The grant was requested.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Requested requested = 2;
Returns | |
---|---|
Type | Description |
Grant.Timeline.Event.RequestedOrBuilder |
getRevoked()
public abstract Grant.Timeline.Event.Revoked getRevoked()
The grant was revoked.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Revoked revoked = 5;
Returns | |
---|---|
Type | Description |
Grant.Timeline.Event.Revoked |
The revoked. |
getRevokedOrBuilder()
public abstract Grant.Timeline.Event.RevokedOrBuilder getRevokedOrBuilder()
The grant was revoked.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Revoked revoked = 5;
Returns | |
---|---|
Type | Description |
Grant.Timeline.Event.RevokedOrBuilder |
getScheduled()
public abstract Grant.Timeline.Event.Scheduled getScheduled()
The grant has been scheduled to give access.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Scheduled scheduled = 6;
Returns | |
---|---|
Type | Description |
Grant.Timeline.Event.Scheduled |
The scheduled. |
getScheduledOrBuilder()
public abstract Grant.Timeline.Event.ScheduledOrBuilder getScheduledOrBuilder()
The grant has been scheduled to give access.
.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event.Scheduled scheduled = 6;
Returns | |
---|---|
Type | Description |
Grant.Timeline.Event.ScheduledOrBuilder |
hasActivated()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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. |