Interface LinkMetadataOrBuilder (3.16.0)

public interface LinkMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCreateLinkRequest()

public abstract CreateLinkRequest getCreateLinkRequest()

CreateLink RPC request.

.google.logging.v2.CreateLinkRequest create_link_request = 4;

Returns
TypeDescription
CreateLinkRequest

The createLinkRequest.

getCreateLinkRequestOrBuilder()

public abstract CreateLinkRequestOrBuilder getCreateLinkRequestOrBuilder()

CreateLink RPC request.

.google.logging.v2.CreateLinkRequest create_link_request = 4;

Returns
TypeDescription
CreateLinkRequestOrBuilder

getDeleteLinkRequest()

public abstract DeleteLinkRequest getDeleteLinkRequest()

DeleteLink RPC request.

.google.logging.v2.DeleteLinkRequest delete_link_request = 5;

Returns
TypeDescription
DeleteLinkRequest

The deleteLinkRequest.

getDeleteLinkRequestOrBuilder()

public abstract DeleteLinkRequestOrBuilder getDeleteLinkRequestOrBuilder()

DeleteLink RPC request.

.google.logging.v2.DeleteLinkRequest delete_link_request = 5;

Returns
TypeDescription
DeleteLinkRequestOrBuilder

getEndTime()

public abstract Timestamp getEndTime()

The end time of an operation.

.google.protobuf.Timestamp end_time = 2;

Returns
TypeDescription
Timestamp

The endTime.

getEndTimeOrBuilder()

public abstract TimestampOrBuilder getEndTimeOrBuilder()

The end time of an operation.

.google.protobuf.Timestamp end_time = 2;

Returns
TypeDescription
TimestampOrBuilder

getRequestCase()

public abstract LinkMetadata.RequestCase getRequestCase()
Returns
TypeDescription
LinkMetadata.RequestCase

getStartTime()

public abstract Timestamp getStartTime()

The start time of an operation.

.google.protobuf.Timestamp start_time = 1;

Returns
TypeDescription
Timestamp

The startTime.

getStartTimeOrBuilder()

public abstract TimestampOrBuilder getStartTimeOrBuilder()

The start time of an operation.

.google.protobuf.Timestamp start_time = 1;

Returns
TypeDescription
TimestampOrBuilder

getState()

public abstract OperationState getState()

State of an operation.

.google.logging.v2.OperationState state = 3;

Returns
TypeDescription
OperationState

The state.

getStateValue()

public abstract int getStateValue()

State of an operation.

.google.logging.v2.OperationState state = 3;

Returns
TypeDescription
int

The enum numeric value on the wire for state.

hasCreateLinkRequest()

public abstract boolean hasCreateLinkRequest()

CreateLink RPC request.

.google.logging.v2.CreateLinkRequest create_link_request = 4;

Returns
TypeDescription
boolean

Whether the createLinkRequest field is set.

hasDeleteLinkRequest()

public abstract boolean hasDeleteLinkRequest()

DeleteLink RPC request.

.google.logging.v2.DeleteLinkRequest delete_link_request = 5;

Returns
TypeDescription
boolean

Whether the deleteLinkRequest field is set.

hasEndTime()

public abstract boolean hasEndTime()

The end time of an operation.

.google.protobuf.Timestamp end_time = 2;

Returns
TypeDescription
boolean

Whether the endTime field is set.

hasStartTime()

public abstract boolean hasStartTime()

The start time of an operation.

.google.protobuf.Timestamp start_time = 1;

Returns
TypeDescription
boolean

Whether the startTime field is set.