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