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