Uses of Class
com.google.cloud.speech.v2.GetConfigRequest
-
Packages that use GetConfigRequest Package Description com.google.cloud.speech.v2 A client to Cloud Speech-to-Text APIcom.google.cloud.speech.v2.stub -
-
Uses of GetConfigRequest in com.google.cloud.speech.v2
Methods in com.google.cloud.speech.v2 that return GetConfigRequest Modifier and Type Method Description GetConfigRequest
GetConfigRequest.Builder. build()
GetConfigRequest
GetConfigRequest.Builder. buildPartial()
static GetConfigRequest
GetConfigRequest. getDefaultInstance()
GetConfigRequest
GetConfigRequest.Builder. getDefaultInstanceForType()
GetConfigRequest
GetConfigRequest. getDefaultInstanceForType()
static GetConfigRequest
GetConfigRequest. parseDelimitedFrom(InputStream input)
static GetConfigRequest
GetConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetConfigRequest
GetConfigRequest. parseFrom(byte[] data)
static GetConfigRequest
GetConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetConfigRequest
GetConfigRequest. parseFrom(com.google.protobuf.ByteString data)
static GetConfigRequest
GetConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetConfigRequest
GetConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetConfigRequest
GetConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetConfigRequest
GetConfigRequest. parseFrom(InputStream input)
static GetConfigRequest
GetConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetConfigRequest
GetConfigRequest. parseFrom(ByteBuffer data)
static GetConfigRequest
GetConfigRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.speech.v2 that return types with arguments of type GetConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetConfigRequest,Config>
SpeechClient. getConfigCallable()
Returns the requested [Config][google.cloud.speech.v2.Config].com.google.api.gax.rpc.UnaryCallSettings.Builder<GetConfigRequest,Config>
SpeechSettings.Builder. getConfigSettings()
Returns the builder for the settings used for calls to getConfig.com.google.api.gax.rpc.UnaryCallSettings<GetConfigRequest,Config>
SpeechSettings. getConfigSettings()
Returns the object with the settings used for calls to getConfig.static io.grpc.MethodDescriptor<GetConfigRequest,Config>
SpeechGrpc. getGetConfigMethod()
com.google.protobuf.Parser<GetConfigRequest>
GetConfigRequest. getParserForType()
static com.google.protobuf.Parser<GetConfigRequest>
GetConfigRequest. parser()
Methods in com.google.cloud.speech.v2 with parameters of type GetConfigRequest Modifier and Type Method Description Config
SpeechClient. getConfig(GetConfigRequest request)
Returns the requested [Config][google.cloud.speech.v2.Config].default void
SpeechGrpc.AsyncService. getConfig(GetConfigRequest request, io.grpc.stub.StreamObserver<Config> responseObserver)
Returns the requested [Config][google.cloud.speech.v2.Config].Config
SpeechGrpc.SpeechBlockingStub. getConfig(GetConfigRequest request)
Returns the requested [Config][google.cloud.speech.v2.Config].com.google.common.util.concurrent.ListenableFuture<Config>
SpeechGrpc.SpeechFutureStub. getConfig(GetConfigRequest request)
Returns the requested [Config][google.cloud.speech.v2.Config].void
SpeechGrpc.SpeechStub. getConfig(GetConfigRequest request, io.grpc.stub.StreamObserver<Config> responseObserver)
Returns the requested [Config][google.cloud.speech.v2.Config].GetConfigRequest.Builder
GetConfigRequest.Builder. mergeFrom(GetConfigRequest other)
static GetConfigRequest.Builder
GetConfigRequest. newBuilder(GetConfigRequest prototype)
-
Uses of GetConfigRequest in com.google.cloud.speech.v2.stub
Methods in com.google.cloud.speech.v2.stub that return types with arguments of type GetConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetConfigRequest,Config>
GrpcSpeechStub. getConfigCallable()
com.google.api.gax.rpc.UnaryCallable<GetConfigRequest,Config>
HttpJsonSpeechStub. getConfigCallable()
com.google.api.gax.rpc.UnaryCallable<GetConfigRequest,Config>
SpeechStub. getConfigCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetConfigRequest,Config>
SpeechStubSettings.Builder. getConfigSettings()
Returns the builder for the settings used for calls to getConfig.com.google.api.gax.rpc.UnaryCallSettings<GetConfigRequest,Config>
SpeechStubSettings. getConfigSettings()
Returns the object with the settings used for calls to getConfig.
-