public interface ProfileStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.rpc.Status |
getStatus()
Profiling status code and optional message
|
com.google.rpc.StatusOrBuilder |
getStatusOrBuilder()
Profiling status code and optional message
|
com.google.protobuf.Timestamp |
getTimestamp()
Time when the profile generation status was updated
|
com.google.protobuf.TimestampOrBuilder |
getTimestampOrBuilder()
Time when the profile generation status was updated
|
boolean |
hasStatus()
Profiling status code and optional message
|
boolean |
hasTimestamp()
Time when the profile generation status was updated
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStatus()
Profiling status code and optional message
.google.rpc.Status status = 1;com.google.rpc.Status getStatus()
Profiling status code and optional message
.google.rpc.Status status = 1;com.google.rpc.StatusOrBuilder getStatusOrBuilder()
Profiling status code and optional message
.google.rpc.Status status = 1;boolean hasTimestamp()
Time when the profile generation status was updated
.google.protobuf.Timestamp timestamp = 3;com.google.protobuf.Timestamp getTimestamp()
Time when the profile generation status was updated
.google.protobuf.Timestamp timestamp = 3;com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
Time when the profile generation status was updated
.google.protobuf.Timestamp timestamp = 3;Copyright © 2022 Google LLC. All rights reserved.