Interface ProcessLinkInfoOrBuilder (0.33.0)

public interface ProcessLinkInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEndTime()

public abstract Timestamp getEndTime()

The end of the last event establishing this link-process tuple.

.google.protobuf.Timestamp end_time = 3;

Returns
TypeDescription
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
TypeDescription
TimestampOrBuilder
public abstract String getLink()

The name of the link in the format of projects/{project}/locations/{location}/links/{link}.

string link = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
TimestampOrBuilder

hasEndTime()

public abstract boolean hasEndTime()

The end of the last event establishing this link-process tuple.

.google.protobuf.Timestamp end_time = 3;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the startTime field is set.