public interface ProcessLinkInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getEndTime()
The end of the last event establishing this link-process tuple.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
The end of the last event establishing this link-process tuple.
|
String |
getLink()
The name of the link in the format of
`projects/{project}/locations/{location}/links/{link}`.
|
com.google.protobuf.ByteString |
getLinkBytes()
The name of the link in the format of
`projects/{project}/locations/{location}/links/{link}`.
|
com.google.protobuf.Timestamp |
getStartTime()
The start of the first event establishing this link-process tuple.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
The start of the first event establishing this link-process tuple.
|
boolean |
hasEndTime()
The end of the last event establishing this link-process tuple.
|
boolean |
hasStartTime()
The start of the first event establishing this link-process tuple.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getLink()
The name of the link in the format of
`projects/{project}/locations/{location}/links/{link}`.
string link = 1;com.google.protobuf.ByteString getLinkBytes()
The name of the link in the format of
`projects/{project}/locations/{location}/links/{link}`.
string link = 1;boolean hasStartTime()
The start of the first event establishing this link-process tuple.
.google.protobuf.Timestamp start_time = 2;com.google.protobuf.Timestamp getStartTime()
The start of the first event establishing this link-process tuple.
.google.protobuf.Timestamp start_time = 2;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The start of the first event establishing this link-process tuple.
.google.protobuf.Timestamp start_time = 2;boolean hasEndTime()
The end of the last event establishing this link-process tuple.
.google.protobuf.Timestamp end_time = 3;com.google.protobuf.Timestamp getEndTime()
The end of the last event establishing this link-process tuple.
.google.protobuf.Timestamp end_time = 3;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
The end of the last event establishing this link-process tuple.
.google.protobuf.Timestamp end_time = 3;Copyright © 2024 Google LLC. All rights reserved.