public static final class Grant.Timeline extends GeneratedMessageV3 implements Grant.TimelineOrBuilder
Timeline of a grant describing what happened to it and when.
Protobuf type google.cloud.privilegedaccessmanager.v1.Grant.Timeline
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
EVENTS_FIELD_NUMBER
public static final int EVENTS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Grant.Timeline getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Grant.Timeline.Builder newBuilder()
newBuilder(Grant.Timeline prototype)
public static Grant.Timeline.Builder newBuilder(Grant.Timeline prototype)
public static Grant.Timeline parseDelimitedFrom(InputStream input)
public static Grant.Timeline parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Grant.Timeline parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Grant.Timeline parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Grant.Timeline parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Grant.Timeline parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Grant.Timeline parseFrom(CodedInputStream input)
public static Grant.Timeline parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Grant.Timeline parseFrom(InputStream input)
public static Grant.Timeline parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Grant.Timeline parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Grant.Timeline parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Grant.Timeline> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public Grant.Timeline getDefaultInstanceForType()
getEvents(int index)
public 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
|
getEventsCount()
public 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 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];
getEventsOrBuilder(int index)
public 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
|
getEventsOrBuilderList()
public 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> |
|
getParserForType()
public Parser<Grant.Timeline> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Grant.Timeline.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Grant.Timeline.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.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides