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