public static final class ServiceLatency.InternalServiceLatency extends GeneratedMessage implements ServiceLatency.InternalServiceLatencyOrBuilder
Message to represent the latency of an internal service.
Protobuf type google.cloud.dialogflow.v2.ServiceLatency.InternalServiceLatency
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
COMPLETE_TIME_FIELD_NUMBER
public static final int COMPLETE_TIME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
LATENCY_MS_FIELD_NUMBER
public static final int LATENCY_MS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
START_TIME_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
STEP_FIELD_NUMBER
public static final int STEP_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ServiceLatency.InternalServiceLatency getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ServiceLatency.InternalServiceLatency.Builder newBuilder()
newBuilder(ServiceLatency.InternalServiceLatency prototype)
public static ServiceLatency.InternalServiceLatency.Builder newBuilder(ServiceLatency.InternalServiceLatency prototype)
public static ServiceLatency.InternalServiceLatency parseDelimitedFrom(InputStream input)
public static ServiceLatency.InternalServiceLatency parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ServiceLatency.InternalServiceLatency parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ServiceLatency.InternalServiceLatency parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ServiceLatency.InternalServiceLatency parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ServiceLatency.InternalServiceLatency parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ServiceLatency.InternalServiceLatency parseFrom(CodedInputStream input)
public static ServiceLatency.InternalServiceLatency parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ServiceLatency.InternalServiceLatency parseFrom(InputStream input)
public static ServiceLatency.InternalServiceLatency parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ServiceLatency.InternalServiceLatency parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ServiceLatency.InternalServiceLatency parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ServiceLatency.InternalServiceLatency> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getCompleteTime()
public Timestamp getCompleteTime()
The completion time of the internal service.
.google.protobuf.Timestamp complete_time = 4;
| Returns |
| Type |
Description |
Timestamp |
The completeTime.
|
getCompleteTimeOrBuilder()
public TimestampOrBuilder getCompleteTimeOrBuilder()
The completion time of the internal service.
.google.protobuf.Timestamp complete_time = 4;
getDefaultInstanceForType()
public ServiceLatency.InternalServiceLatency getDefaultInstanceForType()
getLatencyMs()
public float getLatencyMs()
The latency of the internal service in milliseconds.
float latency_ms = 2;
| Returns |
| Type |
Description |
float |
The latencyMs.
|
getParserForType()
public Parser<ServiceLatency.InternalServiceLatency> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getStartTime()
public Timestamp getStartTime()
The start time of the internal service.
.google.protobuf.Timestamp start_time = 3;
| Returns |
| Type |
Description |
Timestamp |
The startTime.
|
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()
The start time of the internal service.
.google.protobuf.Timestamp start_time = 3;
getStep()
The name of the internal service.
string step = 1;
| Returns |
| Type |
Description |
String |
The step.
|
getStepBytes()
public ByteString getStepBytes()
The name of the internal service.
string step = 1;
| Returns |
| Type |
Description |
ByteString |
The bytes for step.
|
hasCompleteTime()
public boolean hasCompleteTime()
The completion time of the internal service.
.google.protobuf.Timestamp complete_time = 4;
| Returns |
| Type |
Description |
boolean |
Whether the completeTime field is set.
|
hasStartTime()
public boolean hasStartTime()
The start time of the internal service.
.google.protobuf.Timestamp start_time = 3;
| Returns |
| Type |
Description |
boolean |
Whether the startTime field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ServiceLatency.InternalServiceLatency.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ServiceLatency.InternalServiceLatency.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public ServiceLatency.InternalServiceLatency.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides