Uses of Class
com.google.cloud.retail.v2beta.CreateServingConfigRequest
-
Packages that use CreateServingConfigRequest Package Description com.google.cloud.retail.v2beta A client to Retail APIcom.google.cloud.retail.v2beta.stub -
-
Uses of CreateServingConfigRequest in com.google.cloud.retail.v2beta
Methods in com.google.cloud.retail.v2beta that return CreateServingConfigRequest Modifier and Type Method Description CreateServingConfigRequestCreateServingConfigRequest.Builder. build()CreateServingConfigRequestCreateServingConfigRequest.Builder. buildPartial()static CreateServingConfigRequestCreateServingConfigRequest. getDefaultInstance()CreateServingConfigRequestCreateServingConfigRequest.Builder. getDefaultInstanceForType()CreateServingConfigRequestCreateServingConfigRequest. getDefaultInstanceForType()static CreateServingConfigRequestCreateServingConfigRequest. parseDelimitedFrom(InputStream input)static CreateServingConfigRequestCreateServingConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateServingConfigRequestCreateServingConfigRequest. parseFrom(byte[] data)static CreateServingConfigRequestCreateServingConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateServingConfigRequestCreateServingConfigRequest. parseFrom(com.google.protobuf.ByteString data)static CreateServingConfigRequestCreateServingConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateServingConfigRequestCreateServingConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateServingConfigRequestCreateServingConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateServingConfigRequestCreateServingConfigRequest. parseFrom(InputStream input)static CreateServingConfigRequestCreateServingConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateServingConfigRequestCreateServingConfigRequest. parseFrom(ByteBuffer data)static CreateServingConfigRequestCreateServingConfigRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.retail.v2beta 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.v2beta with parameters of type CreateServingConfigRequest Modifier and Type Method Description ServingConfigServingConfigServiceClient. createServingConfig(CreateServingConfigRequest request)Creates a ServingConfig.default voidServingConfigServiceGrpc.AsyncService. createServingConfig(CreateServingConfigRequest request, io.grpc.stub.StreamObserver<ServingConfig> responseObserver)Creates a ServingConfig.ServingConfigServingConfigServiceGrpc.ServingConfigServiceBlockingStub. createServingConfig(CreateServingConfigRequest request)Creates a ServingConfig.com.google.common.util.concurrent.ListenableFuture<ServingConfig>ServingConfigServiceGrpc.ServingConfigServiceFutureStub. createServingConfig(CreateServingConfigRequest request)Creates a ServingConfig.voidServingConfigServiceGrpc.ServingConfigServiceStub. createServingConfig(CreateServingConfigRequest request, io.grpc.stub.StreamObserver<ServingConfig> responseObserver)Creates a ServingConfig.CreateServingConfigRequest.BuilderCreateServingConfigRequest.Builder. mergeFrom(CreateServingConfigRequest other)static CreateServingConfigRequest.BuilderCreateServingConfigRequest. newBuilder(CreateServingConfigRequest prototype) -
Uses of CreateServingConfigRequest in com.google.cloud.retail.v2beta.stub
Methods in com.google.cloud.retail.v2beta.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.
-