Uses of Class
com.google.cloud.translate.v3beta1.CreateGlossaryRequest
-
Packages that use CreateGlossaryRequest Package Description com.google.cloud.translate.v3beta1 A client to Cloud Translation APIcom.google.cloud.translate.v3beta1.stub -
-
Uses of CreateGlossaryRequest in com.google.cloud.translate.v3beta1
Methods in com.google.cloud.translate.v3beta1 that return CreateGlossaryRequest Modifier and Type Method Description CreateGlossaryRequest
CreateGlossaryRequest.Builder. build()
CreateGlossaryRequest
CreateGlossaryRequest.Builder. buildPartial()
static CreateGlossaryRequest
CreateGlossaryRequest. getDefaultInstance()
CreateGlossaryRequest
CreateGlossaryRequest.Builder. getDefaultInstanceForType()
CreateGlossaryRequest
CreateGlossaryRequest. getDefaultInstanceForType()
static CreateGlossaryRequest
CreateGlossaryRequest. parseDelimitedFrom(InputStream input)
static CreateGlossaryRequest
CreateGlossaryRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateGlossaryRequest
CreateGlossaryRequest. parseFrom(byte[] data)
static CreateGlossaryRequest
CreateGlossaryRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateGlossaryRequest
CreateGlossaryRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateGlossaryRequest
CreateGlossaryRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateGlossaryRequest
CreateGlossaryRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateGlossaryRequest
CreateGlossaryRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateGlossaryRequest
CreateGlossaryRequest. parseFrom(InputStream input)
static CreateGlossaryRequest
CreateGlossaryRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateGlossaryRequest
CreateGlossaryRequest. parseFrom(ByteBuffer data)
static CreateGlossaryRequest
CreateGlossaryRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.translate.v3beta1 that return types with arguments of type CreateGlossaryRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateGlossaryRequest,com.google.longrunning.Operation>
TranslationServiceClient. createGlossaryCallable()
Creates a glossary and returns the long-running operation.com.google.api.gax.rpc.OperationCallable<CreateGlossaryRequest,Glossary,CreateGlossaryMetadata>
TranslationServiceClient. createGlossaryOperationCallable()
Creates a glossary and returns the long-running operation.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateGlossaryRequest,Glossary,CreateGlossaryMetadata>
TranslationServiceSettings.Builder. createGlossaryOperationSettings()
Returns the builder for the settings used for calls to createGlossary.com.google.api.gax.rpc.OperationCallSettings<CreateGlossaryRequest,Glossary,CreateGlossaryMetadata>
TranslationServiceSettings. createGlossaryOperationSettings()
Returns the object with the settings used for calls to createGlossary.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateGlossaryRequest,com.google.longrunning.Operation>
TranslationServiceSettings.Builder. createGlossarySettings()
Returns the builder for the settings used for calls to createGlossary.com.google.api.gax.rpc.UnaryCallSettings<CreateGlossaryRequest,com.google.longrunning.Operation>
TranslationServiceSettings. createGlossarySettings()
Returns the object with the settings used for calls to createGlossary.static io.grpc.MethodDescriptor<CreateGlossaryRequest,com.google.longrunning.Operation>
TranslationServiceGrpc. getCreateGlossaryMethod()
com.google.protobuf.Parser<CreateGlossaryRequest>
CreateGlossaryRequest. getParserForType()
static com.google.protobuf.Parser<CreateGlossaryRequest>
CreateGlossaryRequest. parser()
Methods in com.google.cloud.translate.v3beta1 with parameters of type CreateGlossaryRequest Modifier and Type Method Description default void
TranslationServiceGrpc.AsyncService. createGlossary(CreateGlossaryRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a glossary and returns the long-running operation.com.google.longrunning.Operation
TranslationServiceGrpc.TranslationServiceBlockingStub. createGlossary(CreateGlossaryRequest request)
Creates a glossary and returns the long-running operation.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
TranslationServiceGrpc.TranslationServiceFutureStub. createGlossary(CreateGlossaryRequest request)
Creates a glossary and returns the long-running operation.void
TranslationServiceGrpc.TranslationServiceStub. createGlossary(CreateGlossaryRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a glossary and returns the long-running operation.com.google.api.gax.longrunning.OperationFuture<Glossary,CreateGlossaryMetadata>
TranslationServiceClient. createGlossaryAsync(CreateGlossaryRequest request)
Creates a glossary and returns the long-running operation.CreateGlossaryRequest.Builder
CreateGlossaryRequest.Builder. mergeFrom(CreateGlossaryRequest other)
static CreateGlossaryRequest.Builder
CreateGlossaryRequest. newBuilder(CreateGlossaryRequest prototype)
-
Uses of CreateGlossaryRequest in com.google.cloud.translate.v3beta1.stub
Methods in com.google.cloud.translate.v3beta1.stub that return types with arguments of type CreateGlossaryRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateGlossaryRequest,com.google.longrunning.Operation>
GrpcTranslationServiceStub. createGlossaryCallable()
com.google.api.gax.rpc.UnaryCallable<CreateGlossaryRequest,com.google.longrunning.Operation>
HttpJsonTranslationServiceStub. createGlossaryCallable()
com.google.api.gax.rpc.UnaryCallable<CreateGlossaryRequest,com.google.longrunning.Operation>
TranslationServiceStub. createGlossaryCallable()
com.google.api.gax.rpc.OperationCallable<CreateGlossaryRequest,Glossary,CreateGlossaryMetadata>
GrpcTranslationServiceStub. createGlossaryOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateGlossaryRequest,Glossary,CreateGlossaryMetadata>
HttpJsonTranslationServiceStub. createGlossaryOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateGlossaryRequest,Glossary,CreateGlossaryMetadata>
TranslationServiceStub. createGlossaryOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateGlossaryRequest,Glossary,CreateGlossaryMetadata>
TranslationServiceStubSettings.Builder. createGlossaryOperationSettings()
Returns the builder for the settings used for calls to createGlossary.com.google.api.gax.rpc.OperationCallSettings<CreateGlossaryRequest,Glossary,CreateGlossaryMetadata>
TranslationServiceStubSettings. createGlossaryOperationSettings()
Returns the object with the settings used for calls to createGlossary.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateGlossaryRequest,com.google.longrunning.Operation>
TranslationServiceStubSettings.Builder. createGlossarySettings()
Returns the builder for the settings used for calls to createGlossary.com.google.api.gax.rpc.UnaryCallSettings<CreateGlossaryRequest,com.google.longrunning.Operation>
TranslationServiceStubSettings. createGlossarySettings()
Returns the object with the settings used for calls to createGlossary.
-