Cloud Speech-to-Text V2 API - Class Google::Longrunning::OperationInfo (v0.8.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Speech-to-Text V2 API class Google::Longrunning::OperationInfo.
A message representing the message types used by a long-running operation.
Example:
rpc LongRunningRecognize(LongRunningRecognizeRequest) returns (google.longrunning.Operation) { option (google.longrunning.operation_info) = { response_type: "LongRunningRecognizeResponse" metadata_type: "LongRunningRecognizeMetadata" }; }
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#metadata_type
defmetadata_type()->::String-
(::String) — Required. The message name of the metadata type for this long-running
operation.
If the response is in a different package from the rpc, a fully-qualified message name must be used (e.g.
google.protobuf.Struct).Note: Altering this value constitutes a breaking change.
#metadata_type=
defmetadata_type=(value)->::String-
value (::String) — Required. The message name of the metadata type for this long-running
operation.
If the response is in a different package from the rpc, a fully-qualified message name must be used (e.g.
google.protobuf.Struct).Note: Altering this value constitutes a breaking change.
-
(::String) — Required. The message name of the metadata type for this long-running
operation.
If the response is in a different package from the rpc, a fully-qualified message name must be used (e.g.
google.protobuf.Struct).Note: Altering this value constitutes a breaking change.
#response_type
defresponse_type()->::String-
(::String) — Required. The message name of the primary return type for this
long-running operation.
This type will be used to deserialize the LRO's response.
If the response is in a different package from the rpc, a fully-qualified message name must be used (e.g.
google.protobuf.Struct).Note: Altering this value constitutes a breaking change.
#response_type=
defresponse_type=(value)->::String-
value (::String) — Required. The message name of the primary return type for this
long-running operation.
This type will be used to deserialize the LRO's response.
If the response is in a different package from the rpc, a fully-qualified message name must be used (e.g.
google.protobuf.Struct).Note: Altering this value constitutes a breaking change.
-
(::String) — Required. The message name of the primary return type for this
long-running operation.
This type will be used to deserialize the LRO's response.
If the response is in a different package from the rpc, a fully-qualified message name must be used (e.g.
google.protobuf.Struct).Note: Altering this value constitutes a breaking change.