public static final class FeatureRegistryServiceGrpc.FeatureRegistryServiceFutureStub extends io.grpc.stub.AbstractFutureStub<FeatureRegistryServiceGrpc.FeatureRegistryServiceFutureStub>
The service that handles CRUD and List for resources for FeatureRegistry.
| Modifier and Type | Method and Description |
|---|---|
protected FeatureRegistryServiceGrpc.FeatureRegistryServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
createFeature(CreateFeatureRequest request)
Creates a new Feature in a given FeatureGroup.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
createFeatureGroup(CreateFeatureGroupRequest request)
Creates a new FeatureGroup in a given project and location.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
deleteFeature(DeleteFeatureRequest request)
Deletes a single Feature.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
deleteFeatureGroup(DeleteFeatureGroupRequest request)
Deletes a single FeatureGroup.
|
com.google.common.util.concurrent.ListenableFuture<Feature> |
getFeature(GetFeatureRequest request)
Gets details of a single Feature.
|
com.google.common.util.concurrent.ListenableFuture<FeatureGroup> |
getFeatureGroup(GetFeatureGroupRequest request)
Gets details of a single FeatureGroup.
|
com.google.common.util.concurrent.ListenableFuture<ListFeatureGroupsResponse> |
listFeatureGroups(ListFeatureGroupsRequest request)
Lists FeatureGroups in a given project and location.
|
com.google.common.util.concurrent.ListenableFuture<ListFeaturesResponse> |
listFeatures(ListFeaturesRequest request)
Lists Features in a given FeatureGroup.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
updateFeature(UpdateFeatureRequest request)
Updates the parameters of a single Feature.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
updateFeatureGroup(UpdateFeatureGroupRequest request)
Updates the parameters of a single FeatureGroup.
|
protected FeatureRegistryServiceGrpc.FeatureRegistryServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<FeatureRegistryServiceGrpc.FeatureRegistryServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> createFeatureGroup(CreateFeatureGroupRequest request)
Creates a new FeatureGroup in a given project and location.
public com.google.common.util.concurrent.ListenableFuture<FeatureGroup> getFeatureGroup(GetFeatureGroupRequest request)
Gets details of a single FeatureGroup.
public com.google.common.util.concurrent.ListenableFuture<ListFeatureGroupsResponse> listFeatureGroups(ListFeatureGroupsRequest request)
Lists FeatureGroups in a given project and location.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> updateFeatureGroup(UpdateFeatureGroupRequest request)
Updates the parameters of a single FeatureGroup.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> deleteFeatureGroup(DeleteFeatureGroupRequest request)
Deletes a single FeatureGroup.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> createFeature(CreateFeatureRequest request)
Creates a new Feature in a given FeatureGroup.
public com.google.common.util.concurrent.ListenableFuture<Feature> getFeature(GetFeatureRequest request)
Gets details of a single Feature.
public com.google.common.util.concurrent.ListenableFuture<ListFeaturesResponse> listFeatures(ListFeaturesRequest request)
Lists Features in a given FeatureGroup.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> updateFeature(UpdateFeatureRequest request)
Updates the parameters of a single Feature.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> deleteFeature(DeleteFeatureRequest request)
Deletes a single Feature.
Copyright © 2024 Google LLC. All rights reserved.