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