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 AddCatalogAttributeRequest
AddCatalogAttributeRequest.Builder. build()
AddCatalogAttributeRequest
AddCatalogAttributeRequest.Builder. buildPartial()
static AddCatalogAttributeRequest
AddCatalogAttributeRequest. getDefaultInstance()
AddCatalogAttributeRequest
AddCatalogAttributeRequest.Builder. getDefaultInstanceForType()
AddCatalogAttributeRequest
AddCatalogAttributeRequest. getDefaultInstanceForType()
static AddCatalogAttributeRequest
AddCatalogAttributeRequest. parseDelimitedFrom(InputStream input)
static AddCatalogAttributeRequest
AddCatalogAttributeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddCatalogAttributeRequest
AddCatalogAttributeRequest. parseFrom(byte[] data)
static AddCatalogAttributeRequest
AddCatalogAttributeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddCatalogAttributeRequest
AddCatalogAttributeRequest. parseFrom(com.google.protobuf.ByteString data)
static AddCatalogAttributeRequest
AddCatalogAttributeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddCatalogAttributeRequest
AddCatalogAttributeRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AddCatalogAttributeRequest
AddCatalogAttributeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddCatalogAttributeRequest
AddCatalogAttributeRequest. parseFrom(InputStream input)
static AddCatalogAttributeRequest
AddCatalogAttributeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddCatalogAttributeRequest
AddCatalogAttributeRequest. parseFrom(ByteBuffer data)
static AddCatalogAttributeRequest
AddCatalogAttributeRequest. 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 AttributesConfig
CatalogServiceClient. addCatalogAttribute(AddCatalogAttributeRequest request)
Adds the specified [CatalogAttribute][google.cloud.retail.v2.CatalogAttribute] to the [AttributesConfig][google.cloud.retail.v2.AttributesConfig].default void
CatalogServiceGrpc.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].AttributesConfig
CatalogServiceGrpc.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].void
CatalogServiceGrpc.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.Builder
AddCatalogAttributeRequest.Builder. mergeFrom(AddCatalogAttributeRequest other)
static AddCatalogAttributeRequest.Builder
AddCatalogAttributeRequest. 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.
-