Uses of Class
com.google.cloud.translate.v3beta1.DeleteGlossaryResponse
-
Packages that use DeleteGlossaryResponse Package Description com.google.cloud.translate.v3beta1 A client to Cloud Translation APIcom.google.cloud.translate.v3beta1.stub -
-
Uses of DeleteGlossaryResponse in com.google.cloud.translate.v3beta1
Methods in com.google.cloud.translate.v3beta1 that return DeleteGlossaryResponse Modifier and Type Method Description DeleteGlossaryResponse
DeleteGlossaryResponse.Builder. build()
DeleteGlossaryResponse
DeleteGlossaryResponse.Builder. buildPartial()
static DeleteGlossaryResponse
DeleteGlossaryResponse. getDefaultInstance()
DeleteGlossaryResponse
DeleteGlossaryResponse.Builder. getDefaultInstanceForType()
DeleteGlossaryResponse
DeleteGlossaryResponse. getDefaultInstanceForType()
static DeleteGlossaryResponse
DeleteGlossaryResponse. parseDelimitedFrom(InputStream input)
static DeleteGlossaryResponse
DeleteGlossaryResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteGlossaryResponse
DeleteGlossaryResponse. parseFrom(byte[] data)
static DeleteGlossaryResponse
DeleteGlossaryResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteGlossaryResponse
DeleteGlossaryResponse. parseFrom(com.google.protobuf.ByteString data)
static DeleteGlossaryResponse
DeleteGlossaryResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteGlossaryResponse
DeleteGlossaryResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteGlossaryResponse
DeleteGlossaryResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteGlossaryResponse
DeleteGlossaryResponse. parseFrom(InputStream input)
static DeleteGlossaryResponse
DeleteGlossaryResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteGlossaryResponse
DeleteGlossaryResponse. parseFrom(ByteBuffer data)
static DeleteGlossaryResponse
DeleteGlossaryResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.translate.v3beta1 that return types with arguments of type DeleteGlossaryResponse Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<DeleteGlossaryResponse,DeleteGlossaryMetadata>
TranslationServiceClient. deleteGlossaryAsync(DeleteGlossaryRequest request)
Deletes a glossary, or cancels glossary construction if the glossary isn't created yet.com.google.api.gax.longrunning.OperationFuture<DeleteGlossaryResponse,DeleteGlossaryMetadata>
TranslationServiceClient. deleteGlossaryAsync(GlossaryName name)
Deletes a glossary, or cancels glossary construction if the glossary isn't created yet.com.google.api.gax.longrunning.OperationFuture<DeleteGlossaryResponse,DeleteGlossaryMetadata>
TranslationServiceClient. deleteGlossaryAsync(String name)
Deletes a glossary, or cancels glossary construction if the glossary isn't created yet.com.google.api.gax.rpc.OperationCallable<DeleteGlossaryRequest,DeleteGlossaryResponse,DeleteGlossaryMetadata>
TranslationServiceClient. deleteGlossaryOperationCallable()
Deletes a glossary, or cancels glossary construction if the glossary isn't created yet.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteGlossaryRequest,DeleteGlossaryResponse,DeleteGlossaryMetadata>
TranslationServiceSettings.Builder. deleteGlossaryOperationSettings()
Returns the builder for the settings used for calls to deleteGlossary.com.google.api.gax.rpc.OperationCallSettings<DeleteGlossaryRequest,DeleteGlossaryResponse,DeleteGlossaryMetadata>
TranslationServiceSettings. deleteGlossaryOperationSettings()
Returns the object with the settings used for calls to deleteGlossary.com.google.protobuf.Parser<DeleteGlossaryResponse>
DeleteGlossaryResponse. getParserForType()
static com.google.protobuf.Parser<DeleteGlossaryResponse>
DeleteGlossaryResponse. parser()
Methods in com.google.cloud.translate.v3beta1 with parameters of type DeleteGlossaryResponse Modifier and Type Method Description DeleteGlossaryResponse.Builder
DeleteGlossaryResponse.Builder. mergeFrom(DeleteGlossaryResponse other)
static DeleteGlossaryResponse.Builder
DeleteGlossaryResponse. newBuilder(DeleteGlossaryResponse prototype)
-
Uses of DeleteGlossaryResponse in com.google.cloud.translate.v3beta1.stub
Methods in com.google.cloud.translate.v3beta1.stub that return types with arguments of type DeleteGlossaryResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<DeleteGlossaryRequest,DeleteGlossaryResponse,DeleteGlossaryMetadata>
GrpcTranslationServiceStub. deleteGlossaryOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeleteGlossaryRequest,DeleteGlossaryResponse,DeleteGlossaryMetadata>
HttpJsonTranslationServiceStub. deleteGlossaryOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeleteGlossaryRequest,DeleteGlossaryResponse,DeleteGlossaryMetadata>
TranslationServiceStub. deleteGlossaryOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteGlossaryRequest,DeleteGlossaryResponse,DeleteGlossaryMetadata>
TranslationServiceStubSettings.Builder. deleteGlossaryOperationSettings()
Returns the builder for the settings used for calls to deleteGlossary.com.google.api.gax.rpc.OperationCallSettings<DeleteGlossaryRequest,DeleteGlossaryResponse,DeleteGlossaryMetadata>
TranslationServiceStubSettings. deleteGlossaryOperationSettings()
Returns the object with the settings used for calls to deleteGlossary.
-