public interface ProcessLinkInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEndTime()
public abstract Timestamp getEndTime()The end of the last event establishing this link-process tuple.
.google.protobuf.Timestamp end_time = 3;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The endTime. |
getEndTimeOrBuilder()
public abstract TimestampOrBuilder getEndTimeOrBuilder()The end of the last event establishing this link-process tuple.
.google.protobuf.Timestamp end_time = 3;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getLink()
public abstract String getLink() The name of the link in the format of
projects/{project}/locations/{location}/links/{link}.
string link = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The link. |
getLinkBytes()
public abstract ByteString getLinkBytes() The name of the link in the format of
projects/{project}/locations/{location}/links/{link}.
string link = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for link. |
getStartTime()
public abstract Timestamp getStartTime()The start of the first event establishing this link-process tuple.
.google.protobuf.Timestamp start_time = 2;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()The start of the first event establishing this link-process tuple.
.google.protobuf.Timestamp start_time = 2;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasEndTime()
public abstract boolean hasEndTime()The end of the last event establishing this link-process tuple.
.google.protobuf.Timestamp end_time = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the endTime field is set. |
hasStartTime()
public abstract boolean hasStartTime()The start of the first event establishing this link-process tuple.
.google.protobuf.Timestamp start_time = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the startTime field is set. |