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