Uses of Class
com.google.cloud.retail.v2.GetServingConfigRequest
-
Packages that use GetServingConfigRequest Package Description com.google.cloud.retail.v2 A client to Retail APIcom.google.cloud.retail.v2.stub -
-
Uses of GetServingConfigRequest in com.google.cloud.retail.v2
Methods in com.google.cloud.retail.v2 that return GetServingConfigRequest Modifier and Type Method Description GetServingConfigRequest
GetServingConfigRequest.Builder. build()
GetServingConfigRequest
GetServingConfigRequest.Builder. buildPartial()
static GetServingConfigRequest
GetServingConfigRequest. getDefaultInstance()
GetServingConfigRequest
GetServingConfigRequest.Builder. getDefaultInstanceForType()
GetServingConfigRequest
GetServingConfigRequest. getDefaultInstanceForType()
static GetServingConfigRequest
GetServingConfigRequest. parseDelimitedFrom(InputStream input)
static GetServingConfigRequest
GetServingConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServingConfigRequest
GetServingConfigRequest. parseFrom(byte[] data)
static GetServingConfigRequest
GetServingConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServingConfigRequest
GetServingConfigRequest. parseFrom(com.google.protobuf.ByteString data)
static GetServingConfigRequest
GetServingConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServingConfigRequest
GetServingConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetServingConfigRequest
GetServingConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServingConfigRequest
GetServingConfigRequest. parseFrom(InputStream input)
static GetServingConfigRequest
GetServingConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServingConfigRequest
GetServingConfigRequest. parseFrom(ByteBuffer data)
static GetServingConfigRequest
GetServingConfigRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.retail.v2 that return types with arguments of type GetServingConfigRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetServingConfigRequest,ServingConfig>
ServingConfigServiceGrpc. getGetServingConfigMethod()
com.google.protobuf.Parser<GetServingConfigRequest>
GetServingConfigRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetServingConfigRequest,ServingConfig>
ServingConfigServiceClient. getServingConfigCallable()
Gets a ServingConfig.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServingConfigRequest,ServingConfig>
ServingConfigServiceSettings.Builder. getServingConfigSettings()
Returns the builder for the settings used for calls to getServingConfig.com.google.api.gax.rpc.UnaryCallSettings<GetServingConfigRequest,ServingConfig>
ServingConfigServiceSettings. getServingConfigSettings()
Returns the object with the settings used for calls to getServingConfig.static com.google.protobuf.Parser<GetServingConfigRequest>
GetServingConfigRequest. parser()
Methods in com.google.cloud.retail.v2 with parameters of type GetServingConfigRequest Modifier and Type Method Description ServingConfig
ServingConfigServiceClient. getServingConfig(GetServingConfigRequest request)
Gets a ServingConfig.default void
ServingConfigServiceGrpc.AsyncService. getServingConfig(GetServingConfigRequest request, io.grpc.stub.StreamObserver<ServingConfig> responseObserver)
Gets a ServingConfig.ServingConfig
ServingConfigServiceGrpc.ServingConfigServiceBlockingStub. getServingConfig(GetServingConfigRequest request)
Gets a ServingConfig.com.google.common.util.concurrent.ListenableFuture<ServingConfig>
ServingConfigServiceGrpc.ServingConfigServiceFutureStub. getServingConfig(GetServingConfigRequest request)
Gets a ServingConfig.void
ServingConfigServiceGrpc.ServingConfigServiceStub. getServingConfig(GetServingConfigRequest request, io.grpc.stub.StreamObserver<ServingConfig> responseObserver)
Gets a ServingConfig.GetServingConfigRequest.Builder
GetServingConfigRequest.Builder. mergeFrom(GetServingConfigRequest other)
static GetServingConfigRequest.Builder
GetServingConfigRequest. newBuilder(GetServingConfigRequest prototype)
-
Uses of GetServingConfigRequest in com.google.cloud.retail.v2.stub
Methods in com.google.cloud.retail.v2.stub that return types with arguments of type GetServingConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetServingConfigRequest,ServingConfig>
GrpcServingConfigServiceStub. getServingConfigCallable()
com.google.api.gax.rpc.UnaryCallable<GetServingConfigRequest,ServingConfig>
HttpJsonServingConfigServiceStub. getServingConfigCallable()
com.google.api.gax.rpc.UnaryCallable<GetServingConfigRequest,ServingConfig>
ServingConfigServiceStub. getServingConfigCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServingConfigRequest,ServingConfig>
ServingConfigServiceStubSettings.Builder. getServingConfigSettings()
Returns the builder for the settings used for calls to getServingConfig.com.google.api.gax.rpc.UnaryCallSettings<GetServingConfigRequest,ServingConfig>
ServingConfigServiceStubSettings. getServingConfigSettings()
Returns the object with the settings used for calls to getServingConfig.
-