Interface ProfileStatusOrBuilder (3.45.0)

public interface ProfileStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getStatus()

public abstract Status getStatus()

Profiling status code and optional message. The status.code value is 0 (default value) for OK.

.google.rpc.Status status = 1;

Returns
TypeDescription
com.google.rpc.Status

The status.

getStatusOrBuilder()

public abstract StatusOrBuilder getStatusOrBuilder()

Profiling status code and optional message. The status.code value is 0 (default value) for OK.

.google.rpc.Status status = 1;

Returns
TypeDescription
com.google.rpc.StatusOrBuilder

getTimestamp()

public abstract Timestamp getTimestamp()

Time when the profile generation status was updated

.google.protobuf.Timestamp timestamp = 3;

Returns
TypeDescription
Timestamp

The timestamp.

getTimestampOrBuilder()

public abstract TimestampOrBuilder getTimestampOrBuilder()

Time when the profile generation status was updated

.google.protobuf.Timestamp timestamp = 3;

Returns
TypeDescription
TimestampOrBuilder

hasStatus()

public abstract boolean hasStatus()

Profiling status code and optional message. The status.code value is 0 (default value) for OK.

.google.rpc.Status status = 1;

Returns
TypeDescription
boolean

Whether the status field is set.

hasTimestamp()

public abstract boolean hasTimestamp()

Time when the profile generation status was updated

.google.protobuf.Timestamp timestamp = 3;

Returns
TypeDescription
boolean

Whether the timestamp field is set.