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 DeleteGlossaryResponseDeleteGlossaryResponse.Builder. build()DeleteGlossaryResponseDeleteGlossaryResponse.Builder. buildPartial()static DeleteGlossaryResponseDeleteGlossaryResponse. getDefaultInstance()DeleteGlossaryResponseDeleteGlossaryResponse.Builder. getDefaultInstanceForType()DeleteGlossaryResponseDeleteGlossaryResponse. getDefaultInstanceForType()static DeleteGlossaryResponseDeleteGlossaryResponse. parseDelimitedFrom(InputStream input)static DeleteGlossaryResponseDeleteGlossaryResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteGlossaryResponseDeleteGlossaryResponse. parseFrom(byte[] data)static DeleteGlossaryResponseDeleteGlossaryResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteGlossaryResponseDeleteGlossaryResponse. parseFrom(com.google.protobuf.ByteString data)static DeleteGlossaryResponseDeleteGlossaryResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteGlossaryResponseDeleteGlossaryResponse. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteGlossaryResponseDeleteGlossaryResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteGlossaryResponseDeleteGlossaryResponse. parseFrom(InputStream input)static DeleteGlossaryResponseDeleteGlossaryResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteGlossaryResponseDeleteGlossaryResponse. parseFrom(ByteBuffer data)static DeleteGlossaryResponseDeleteGlossaryResponse. 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.BuilderDeleteGlossaryResponse.Builder. mergeFrom(DeleteGlossaryResponse other)static DeleteGlossaryResponse.BuilderDeleteGlossaryResponse. 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.
-