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 GetConfigRequestGetConfigRequest.Builder. build()GetConfigRequestGetConfigRequest.Builder. buildPartial()static GetConfigRequestGetConfigRequest. getDefaultInstance()GetConfigRequestGetConfigRequest.Builder. getDefaultInstanceForType()GetConfigRequestGetConfigRequest. getDefaultInstanceForType()static GetConfigRequestGetConfigRequest. parseDelimitedFrom(InputStream input)static GetConfigRequestGetConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetConfigRequestGetConfigRequest. parseFrom(byte[] data)static GetConfigRequestGetConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetConfigRequestGetConfigRequest. parseFrom(com.google.protobuf.ByteString data)static GetConfigRequestGetConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetConfigRequestGetConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetConfigRequestGetConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetConfigRequestGetConfigRequest. parseFrom(InputStream input)static GetConfigRequestGetConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetConfigRequestGetConfigRequest. parseFrom(ByteBuffer data)static GetConfigRequestGetConfigRequest. 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 ConfigSpeechClient. getConfig(GetConfigRequest request)Returns the requested [Config][google.cloud.speech.v2.Config].default voidSpeechGrpc.AsyncService. getConfig(GetConfigRequest request, io.grpc.stub.StreamObserver<Config> responseObserver)Returns the requested [Config][google.cloud.speech.v2.Config].ConfigSpeechGrpc.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].voidSpeechGrpc.SpeechStub. getConfig(GetConfigRequest request, io.grpc.stub.StreamObserver<Config> responseObserver)Returns the requested [Config][google.cloud.speech.v2.Config].GetConfigRequest.BuilderGetConfigRequest.Builder. mergeFrom(GetConfigRequest other)static GetConfigRequest.BuilderGetConfigRequest. 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.
-