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