Uses of Class
com.google.cloud.retail.v2beta.AddControlRequest
-
Packages that use AddControlRequest Package Description com.google.cloud.retail.v2beta A client to Retail APIcom.google.cloud.retail.v2beta.stub -
-
Uses of AddControlRequest in com.google.cloud.retail.v2beta
Methods in com.google.cloud.retail.v2beta that return AddControlRequest Modifier and Type Method Description AddControlRequestAddControlRequest.Builder. build()AddControlRequestAddControlRequest.Builder. buildPartial()static AddControlRequestAddControlRequest. getDefaultInstance()AddControlRequestAddControlRequest.Builder. getDefaultInstanceForType()AddControlRequestAddControlRequest. getDefaultInstanceForType()static AddControlRequestAddControlRequest. parseDelimitedFrom(InputStream input)static AddControlRequestAddControlRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AddControlRequestAddControlRequest. parseFrom(byte[] data)static AddControlRequestAddControlRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AddControlRequestAddControlRequest. parseFrom(com.google.protobuf.ByteString data)static AddControlRequestAddControlRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AddControlRequestAddControlRequest. parseFrom(com.google.protobuf.CodedInputStream input)static AddControlRequestAddControlRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AddControlRequestAddControlRequest. parseFrom(InputStream input)static AddControlRequestAddControlRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AddControlRequestAddControlRequest. parseFrom(ByteBuffer data)static AddControlRequestAddControlRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.retail.v2beta 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.v2beta with parameters of type AddControlRequest Modifier and Type Method Description ServingConfigServingConfigServiceClient. addControl(AddControlRequest request)Enables a Control on the specified ServingConfig.default voidServingConfigServiceGrpc.AsyncService. addControl(AddControlRequest request, io.grpc.stub.StreamObserver<ServingConfig> responseObserver)Enables a Control on the specified ServingConfig.ServingConfigServingConfigServiceGrpc.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.voidServingConfigServiceGrpc.ServingConfigServiceStub. addControl(AddControlRequest request, io.grpc.stub.StreamObserver<ServingConfig> responseObserver)Enables a Control on the specified ServingConfig.AddControlRequest.BuilderAddControlRequest.Builder. mergeFrom(AddControlRequest other)static AddControlRequest.BuilderAddControlRequest. newBuilder(AddControlRequest prototype) -
Uses of AddControlRequest in com.google.cloud.retail.v2beta.stub
Methods in com.google.cloud.retail.v2beta.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.
-