public static interface Grant.TimelineOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEvents(int index)
public abstract Grant.Timeline.Event getEvents(int index)
Output only. The events that have occurred on this grant. This list
contains entries in the same order as they occurred. The first entry is
always be of type Requested
and there is always at least one entry in
this array.
repeated .google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event events = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Grant.Timeline.Event |
getEventsCount()
public abstract int getEventsCount()
Output only. The events that have occurred on this grant. This list
contains entries in the same order as they occurred. The first entry is
always be of type Requested
and there is always at least one entry in
this array.
repeated .google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event events = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
getEventsList()
public abstract List<Grant.Timeline.Event> getEventsList()
Output only. The events that have occurred on this grant. This list
contains entries in the same order as they occurred. The first entry is
always be of type Requested
and there is always at least one entry in
this array.
repeated .google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event events = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<Event> |
getEventsOrBuilder(int index)
public abstract Grant.Timeline.EventOrBuilder getEventsOrBuilder(int index)
Output only. The events that have occurred on this grant. This list
contains entries in the same order as they occurred. The first entry is
always be of type Requested
and there is always at least one entry in
this array.
repeated .google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event events = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Grant.Timeline.EventOrBuilder |
getEventsOrBuilderList()
public abstract List<? extends Grant.Timeline.EventOrBuilder> getEventsOrBuilderList()
Output only. The events that have occurred on this grant. This list
contains entries in the same order as they occurred. The first entry is
always be of type Requested
and there is always at least one entry in
this array.
repeated .google.cloud.privilegedaccessmanager.v1.Grant.Timeline.Event events = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.privilegedaccessmanager.v1.Grant.Timeline.EventOrBuilder> |