public interface ProfileStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getStatus()
public abstract Status getStatus()Profiling status code and optional message
.google.rpc.Status status = 1;
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.Status |
The status. |
getStatusOrBuilder()
public abstract StatusOrBuilder getStatusOrBuilder()Profiling status code and optional message
.google.rpc.Status status = 1;
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.StatusOrBuilder |
|
getTimestamp()
public abstract Timestamp getTimestamp()Time when the profile generation status was updated
.google.protobuf.Timestamp timestamp = 3;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The timestamp. |
getTimestampOrBuilder()
public abstract TimestampOrBuilder getTimestampOrBuilder()Time when the profile generation status was updated
.google.protobuf.Timestamp timestamp = 3;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasStatus()
public abstract boolean hasStatus()Profiling status code and optional message
.google.rpc.Status status = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the timestamp field is set. |