public interface RecognitionResponseMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestId()
Global request identifier auto-generated by the API.
|
com.google.protobuf.ByteString |
getRequestIdBytes()
Global request identifier auto-generated by the API.
|
com.google.protobuf.Duration |
getTotalBilledDuration()
When available, billed audio seconds for the corresponding request.
|
com.google.protobuf.DurationOrBuilder |
getTotalBilledDurationOrBuilder()
When available, billed audio seconds for the corresponding request.
|
boolean |
hasTotalBilledDuration()
When available, billed audio seconds for the corresponding request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getRequestId()
Global request identifier auto-generated by the API.
string request_id = 9 [(.google.api.field_info) = { ... }com.google.protobuf.ByteString getRequestIdBytes()
Global request identifier auto-generated by the API.
string request_id = 9 [(.google.api.field_info) = { ... }boolean hasTotalBilledDuration()
When available, billed audio seconds for the corresponding request.
.google.protobuf.Duration total_billed_duration = 6;com.google.protobuf.Duration getTotalBilledDuration()
When available, billed audio seconds for the corresponding request.
.google.protobuf.Duration total_billed_duration = 6;com.google.protobuf.DurationOrBuilder getTotalBilledDurationOrBuilder()
When available, billed audio seconds for the corresponding request.
.google.protobuf.Duration total_billed_duration = 6;Copyright © 2025 Google LLC. All rights reserved.