- 4.77.0 (latest)
- 4.75.0
- 4.73.0
- 4.71.0
- 4.70.0
- 4.69.0
- 4.68.0
- 4.67.0
- 4.65.0
- 4.63.0
- 4.62.0
- 4.59.0
- 4.58.0
- 4.57.0
- 4.55.0
- 4.54.0
- 4.53.0
- 4.52.0
- 4.51.0
- 4.50.0
- 4.49.0
- 4.48.0
- 4.47.0
- 4.46.0
- 4.44.0
- 4.43.0
- 4.42.0
- 4.41.0
- 4.40.0
- 4.39.0
- 4.38.0
- 4.37.0
- 4.36.0
- 4.35.0
- 4.34.0
- 4.32.0
- 4.31.0
- 4.30.0
- 4.29.0
- 4.28.0
- 4.27.0
- 4.26.0
- 4.25.0
- 4.24.0
- 4.23.0
- 4.22.0
- 4.19.0
- 4.18.0
- 4.17.0
- 4.16.0
- 4.15.0
- 4.14.0
- 4.13.0
- 4.12.0
- 4.11.0
- 4.10.0
- 4.9.0
- 4.8.0
- 4.7.0
- 4.6.0
- 4.4.0
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.0
- 3.0.0
- 2.6.1
- 2.5.9
- 2.4.0
- 2.3.0
- 2.2.15
public static final class RecognitionResponseMetadata.Builder extends GeneratedMessageV3.Builder<RecognitionResponseMetadata.Builder> implements RecognitionResponseMetadataOrBuilderMetadata about the recognition request and response.
Protobuf type google.cloud.speech.v2.RecognitionResponseMetadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > RecognitionResponseMetadata.BuilderImplements
RecognitionResponseMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public RecognitionResponseMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
RecognitionResponseMetadata.Builder |
|
build()
public RecognitionResponseMetadata build()| Returns | |
|---|---|
| Type | Description |
RecognitionResponseMetadata |
|
buildPartial()
public RecognitionResponseMetadata buildPartial()| Returns | |
|---|---|
| Type | Description |
RecognitionResponseMetadata |
|
clear()
public RecognitionResponseMetadata.Builder clear()| Returns | |
|---|---|
| Type | Description |
RecognitionResponseMetadata.Builder |
|
clearField(Descriptors.FieldDescriptor field)
public RecognitionResponseMetadata.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
RecognitionResponseMetadata.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
public RecognitionResponseMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
RecognitionResponseMetadata.Builder |
|
clearPrompt()
public RecognitionResponseMetadata.Builder clearPrompt()Optional. Output only. Provides the prompt used for the recognition request.
optional string prompt = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
RecognitionResponseMetadata.Builder |
This builder for chaining. |
clearRequestId()
public RecognitionResponseMetadata.Builder clearRequestId()Global request identifier auto-generated by the API.
string request_id = 9 [(.google.api.field_info) = { ... }
| Returns | |
|---|---|
| Type | Description |
RecognitionResponseMetadata.Builder |
This builder for chaining. |
clearTotalBilledDuration()
public RecognitionResponseMetadata.Builder clearTotalBilledDuration()When available, billed audio seconds for the corresponding request.
.google.protobuf.Duration total_billed_duration = 6;
| Returns | |
|---|---|
| Type | Description |
RecognitionResponseMetadata.Builder |
|
clone()
public RecognitionResponseMetadata.Builder clone()| Returns | |
|---|---|
| Type | Description |
RecognitionResponseMetadata.Builder |
|
getDefaultInstanceForType()
public RecognitionResponseMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
RecognitionResponseMetadata |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPrompt()
public String getPrompt()Optional. Output only. Provides the prompt used for the recognition request.
optional string prompt = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The prompt. |
getPromptBytes()
public ByteString getPromptBytes()Optional. Output only. Provides the prompt used for the recognition request.
optional string prompt = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for prompt. |
getRequestId()
public String getRequestId()Global request identifier auto-generated by the API.
string request_id = 9 [(.google.api.field_info) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The requestId. |
getRequestIdBytes()
public ByteString getRequestIdBytes()Global request identifier auto-generated by the API.
string request_id = 9 [(.google.api.field_info) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for requestId. |
getTotalBilledDuration()
public Duration getTotalBilledDuration()When available, billed audio seconds for the corresponding request.
.google.protobuf.Duration total_billed_duration = 6;
| Returns | |
|---|---|
| Type | Description |
Duration |
The totalBilledDuration. |
getTotalBilledDurationBuilder()
public Duration.Builder getTotalBilledDurationBuilder()When available, billed audio seconds for the corresponding request.
.google.protobuf.Duration total_billed_duration = 6;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getTotalBilledDurationOrBuilder()
public DurationOrBuilder getTotalBilledDurationOrBuilder()When available, billed audio seconds for the corresponding request.
.google.protobuf.Duration total_billed_duration = 6;
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
hasPrompt()
public boolean hasPrompt()Optional. Output only. Provides the prompt used for the recognition request.
optional string prompt = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the prompt field is set. |
hasTotalBilledDuration()
public boolean hasTotalBilledDuration()When available, billed audio seconds for the corresponding request.
.google.protobuf.Duration total_billed_duration = 6;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the totalBilledDuration field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(RecognitionResponseMetadata other)
public RecognitionResponseMetadata.Builder mergeFrom(RecognitionResponseMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
RecognitionResponseMetadata |
| Returns | |
|---|---|
| Type | Description |
RecognitionResponseMetadata.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RecognitionResponseMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RecognitionResponseMetadata.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public RecognitionResponseMetadata.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
RecognitionResponseMetadata.Builder |
|
mergeTotalBilledDuration(Duration value)
public RecognitionResponseMetadata.Builder mergeTotalBilledDuration(Duration value)When available, billed audio seconds for the corresponding request.
.google.protobuf.Duration total_billed_duration = 6;
| Parameter | |
|---|---|
| Name | Description |
value |
Duration |
| Returns | |
|---|---|
| Type | Description |
RecognitionResponseMetadata.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final RecognitionResponseMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
RecognitionResponseMetadata.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
public RecognitionResponseMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
RecognitionResponseMetadata.Builder |
|
setPrompt(String value)
public RecognitionResponseMetadata.Builder setPrompt(String value)Optional. Output only. Provides the prompt used for the recognition request.
optional string prompt = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe prompt to set. |
| Returns | |
|---|---|
| Type | Description |
RecognitionResponseMetadata.Builder |
This builder for chaining. |
setPromptBytes(ByteString value)
public RecognitionResponseMetadata.Builder setPromptBytes(ByteString value)Optional. Output only. Provides the prompt used for the recognition request.
optional string prompt = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for prompt to set. |
| Returns | |
|---|---|
| Type | Description |
RecognitionResponseMetadata.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public RecognitionResponseMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
RecognitionResponseMetadata.Builder |
|
setRequestId(String value)
public RecognitionResponseMetadata.Builder setRequestId(String value)Global request identifier auto-generated by the API.
string request_id = 9 [(.google.api.field_info) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe requestId to set. |
| Returns | |
|---|---|
| Type | Description |
RecognitionResponseMetadata.Builder |
This builder for chaining. |
setRequestIdBytes(ByteString value)
public RecognitionResponseMetadata.Builder setRequestIdBytes(ByteString value)Global request identifier auto-generated by the API.
string request_id = 9 [(.google.api.field_info) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for requestId to set. |
| Returns | |
|---|---|
| Type | Description |
RecognitionResponseMetadata.Builder |
This builder for chaining. |
setTotalBilledDuration(Duration value)
public RecognitionResponseMetadata.Builder setTotalBilledDuration(Duration value)When available, billed audio seconds for the corresponding request.
.google.protobuf.Duration total_billed_duration = 6;
| Parameter | |
|---|---|
| Name | Description |
value |
Duration |
| Returns | |
|---|---|
| Type | Description |
RecognitionResponseMetadata.Builder |
|
setTotalBilledDuration(Duration.Builder builderForValue)
public RecognitionResponseMetadata.Builder setTotalBilledDuration(Duration.Builder builderForValue)When available, billed audio seconds for the corresponding request.
.google.protobuf.Duration total_billed_duration = 6;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
RecognitionResponseMetadata.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final RecognitionResponseMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
RecognitionResponseMetadata.Builder |
|