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