Uses of Class
com.google.cloud.retail.v2alpha.RemoveCatalogAttributeRequest
-
Packages that use RemoveCatalogAttributeRequest Package Description com.google.cloud.retail.v2alpha A client to Retail APIcom.google.cloud.retail.v2alpha.stub -
-
Uses of RemoveCatalogAttributeRequest in com.google.cloud.retail.v2alpha
Methods in com.google.cloud.retail.v2alpha that return RemoveCatalogAttributeRequest Modifier and Type Method Description RemoveCatalogAttributeRequestRemoveCatalogAttributeRequest.Builder. build()RemoveCatalogAttributeRequestRemoveCatalogAttributeRequest.Builder. buildPartial()static RemoveCatalogAttributeRequestRemoveCatalogAttributeRequest. getDefaultInstance()RemoveCatalogAttributeRequestRemoveCatalogAttributeRequest.Builder. getDefaultInstanceForType()RemoveCatalogAttributeRequestRemoveCatalogAttributeRequest. getDefaultInstanceForType()static RemoveCatalogAttributeRequestRemoveCatalogAttributeRequest. parseDelimitedFrom(InputStream input)static RemoveCatalogAttributeRequestRemoveCatalogAttributeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RemoveCatalogAttributeRequestRemoveCatalogAttributeRequest. parseFrom(byte[] data)static RemoveCatalogAttributeRequestRemoveCatalogAttributeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RemoveCatalogAttributeRequestRemoveCatalogAttributeRequest. parseFrom(com.google.protobuf.ByteString data)static RemoveCatalogAttributeRequestRemoveCatalogAttributeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RemoveCatalogAttributeRequestRemoveCatalogAttributeRequest. parseFrom(com.google.protobuf.CodedInputStream input)static RemoveCatalogAttributeRequestRemoveCatalogAttributeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RemoveCatalogAttributeRequestRemoveCatalogAttributeRequest. parseFrom(InputStream input)static RemoveCatalogAttributeRequestRemoveCatalogAttributeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RemoveCatalogAttributeRequestRemoveCatalogAttributeRequest. parseFrom(ByteBuffer data)static RemoveCatalogAttributeRequestRemoveCatalogAttributeRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.retail.v2alpha that return types with arguments of type RemoveCatalogAttributeRequest Modifier and Type Method Description com.google.protobuf.Parser<RemoveCatalogAttributeRequest>RemoveCatalogAttributeRequest. getParserForType()static io.grpc.MethodDescriptor<RemoveCatalogAttributeRequest,AttributesConfig>CatalogServiceGrpc. getRemoveCatalogAttributeMethod()static com.google.protobuf.Parser<RemoveCatalogAttributeRequest>RemoveCatalogAttributeRequest. parser()com.google.api.gax.rpc.UnaryCallable<RemoveCatalogAttributeRequest,AttributesConfig>CatalogServiceClient. removeCatalogAttributeCallable()Removes the specified [CatalogAttribute][google.cloud.retail.v2alpha.CatalogAttribute] from the [AttributesConfig][google.cloud.retail.v2alpha.AttributesConfig].com.google.api.gax.rpc.UnaryCallSettings.Builder<RemoveCatalogAttributeRequest,AttributesConfig>CatalogServiceSettings.Builder. removeCatalogAttributeSettings()Returns the builder for the settings used for calls to removeCatalogAttribute.com.google.api.gax.rpc.UnaryCallSettings<RemoveCatalogAttributeRequest,AttributesConfig>CatalogServiceSettings. removeCatalogAttributeSettings()Returns the object with the settings used for calls to removeCatalogAttribute.Methods in com.google.cloud.retail.v2alpha with parameters of type RemoveCatalogAttributeRequest Modifier and Type Method Description RemoveCatalogAttributeRequest.BuilderRemoveCatalogAttributeRequest.Builder. mergeFrom(RemoveCatalogAttributeRequest other)static RemoveCatalogAttributeRequest.BuilderRemoveCatalogAttributeRequest. newBuilder(RemoveCatalogAttributeRequest prototype)AttributesConfigCatalogServiceClient. removeCatalogAttribute(RemoveCatalogAttributeRequest request)Removes the specified [CatalogAttribute][google.cloud.retail.v2alpha.CatalogAttribute] from the [AttributesConfig][google.cloud.retail.v2alpha.AttributesConfig].default voidCatalogServiceGrpc.AsyncService. removeCatalogAttribute(RemoveCatalogAttributeRequest request, io.grpc.stub.StreamObserver<AttributesConfig> responseObserver)Removes the specified [CatalogAttribute][google.cloud.retail.v2alpha.CatalogAttribute] from the [AttributesConfig][google.cloud.retail.v2alpha.AttributesConfig].AttributesConfigCatalogServiceGrpc.CatalogServiceBlockingStub. removeCatalogAttribute(RemoveCatalogAttributeRequest request)Removes the specified [CatalogAttribute][google.cloud.retail.v2alpha.CatalogAttribute] from the [AttributesConfig][google.cloud.retail.v2alpha.AttributesConfig].com.google.common.util.concurrent.ListenableFuture<AttributesConfig>CatalogServiceGrpc.CatalogServiceFutureStub. removeCatalogAttribute(RemoveCatalogAttributeRequest request)Removes the specified [CatalogAttribute][google.cloud.retail.v2alpha.CatalogAttribute] from the [AttributesConfig][google.cloud.retail.v2alpha.AttributesConfig].voidCatalogServiceGrpc.CatalogServiceStub. removeCatalogAttribute(RemoveCatalogAttributeRequest request, io.grpc.stub.StreamObserver<AttributesConfig> responseObserver)Removes the specified [CatalogAttribute][google.cloud.retail.v2alpha.CatalogAttribute] from the [AttributesConfig][google.cloud.retail.v2alpha.AttributesConfig]. -
Uses of RemoveCatalogAttributeRequest in com.google.cloud.retail.v2alpha.stub
Methods in com.google.cloud.retail.v2alpha.stub that return types with arguments of type RemoveCatalogAttributeRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<RemoveCatalogAttributeRequest,AttributesConfig>CatalogServiceStub. removeCatalogAttributeCallable()com.google.api.gax.rpc.UnaryCallable<RemoveCatalogAttributeRequest,AttributesConfig>GrpcCatalogServiceStub. removeCatalogAttributeCallable()com.google.api.gax.rpc.UnaryCallable<RemoveCatalogAttributeRequest,AttributesConfig>HttpJsonCatalogServiceStub. removeCatalogAttributeCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<RemoveCatalogAttributeRequest,AttributesConfig>CatalogServiceStubSettings.Builder. removeCatalogAttributeSettings()Returns the builder for the settings used for calls to removeCatalogAttribute.com.google.api.gax.rpc.UnaryCallSettings<RemoveCatalogAttributeRequest,AttributesConfig>CatalogServiceStubSettings. removeCatalogAttributeSettings()Returns the object with the settings used for calls to removeCatalogAttribute.
-