Class FeatureRegistryServiceStub (3.44.0)

public abstract class FeatureRegistryServiceStub implements BackgroundResource

Base stub class for the FeatureRegistryService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > FeatureRegistryServiceStub

Implements

BackgroundResource

Constructors

FeatureRegistryServiceStub()

public FeatureRegistryServiceStub()

Methods

close()

public abstract void close()

createFeatureCallable()

public UnaryCallable<CreateFeatureRequest,Operation> createFeatureCallable()
Returns
Type Description
UnaryCallable<CreateFeatureRequest,Operation>

createFeatureGroupCallable()

public UnaryCallable<CreateFeatureGroupRequest,Operation> createFeatureGroupCallable()
Returns
Type Description
UnaryCallable<CreateFeatureGroupRequest,Operation>

createFeatureGroupOperationCallable()

public OperationCallable<CreateFeatureGroupRequest,FeatureGroup,CreateFeatureGroupOperationMetadata> createFeatureGroupOperationCallable()
Returns
Type Description
OperationCallable<CreateFeatureGroupRequest,FeatureGroup,CreateFeatureGroupOperationMetadata>

createFeatureOperationCallable()

public OperationCallable<CreateFeatureRequest,Feature,CreateFeatureOperationMetadata> createFeatureOperationCallable()
Returns
Type Description
OperationCallable<CreateFeatureRequest,Feature,CreateFeatureOperationMetadata>

deleteFeatureCallable()

public UnaryCallable<DeleteFeatureRequest,Operation> deleteFeatureCallable()
Returns
Type Description
UnaryCallable<DeleteFeatureRequest,Operation>

deleteFeatureGroupCallable()

public UnaryCallable<DeleteFeatureGroupRequest,Operation> deleteFeatureGroupCallable()
Returns
Type Description
UnaryCallable<DeleteFeatureGroupRequest,Operation>

deleteFeatureGroupOperationCallable()

public OperationCallable<DeleteFeatureGroupRequest,Empty,DeleteOperationMetadata> deleteFeatureGroupOperationCallable()
Returns
Type Description
OperationCallable<DeleteFeatureGroupRequest,Empty,DeleteOperationMetadata>

deleteFeatureOperationCallable()

public OperationCallable<DeleteFeatureRequest,Empty,DeleteOperationMetadata> deleteFeatureOperationCallable()
Returns
Type Description
OperationCallable<DeleteFeatureRequest,Empty,DeleteOperationMetadata>

getFeatureCallable()

public UnaryCallable<GetFeatureRequest,Feature> getFeatureCallable()
Returns
Type Description
UnaryCallable<GetFeatureRequest,Feature>

getFeatureGroupCallable()

public UnaryCallable<GetFeatureGroupRequest,FeatureGroup> getFeatureGroupCallable()
Returns
Type Description
UnaryCallable<GetFeatureGroupRequest,FeatureGroup>

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

listFeatureGroupsCallable()

public UnaryCallable<ListFeatureGroupsRequest,ListFeatureGroupsResponse> listFeatureGroupsCallable()
Returns
Type Description
UnaryCallable<ListFeatureGroupsRequest,ListFeatureGroupsResponse>

listFeatureGroupsPagedCallable()

public UnaryCallable<ListFeatureGroupsRequest,FeatureRegistryServiceClient.ListFeatureGroupsPagedResponse> listFeatureGroupsPagedCallable()
Returns
Type Description
UnaryCallable<ListFeatureGroupsRequest,ListFeatureGroupsPagedResponse>

listFeaturesCallable()

public UnaryCallable<ListFeaturesRequest,ListFeaturesResponse> listFeaturesCallable()
Returns
Type Description
UnaryCallable<ListFeaturesRequest,ListFeaturesResponse>

listFeaturesPagedCallable()

public UnaryCallable<ListFeaturesRequest,FeatureRegistryServiceClient.ListFeaturesPagedResponse> listFeaturesPagedCallable()
Returns
Type Description
UnaryCallable<ListFeaturesRequest,ListFeaturesPagedResponse>

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,FeatureRegistryServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

updateFeatureCallable()

public UnaryCallable<UpdateFeatureRequest,Operation> updateFeatureCallable()
Returns
Type Description
UnaryCallable<UpdateFeatureRequest,Operation>

updateFeatureGroupCallable()

public UnaryCallable<UpdateFeatureGroupRequest,Operation> updateFeatureGroupCallable()
Returns
Type Description
UnaryCallable<UpdateFeatureGroupRequest,Operation>

updateFeatureGroupOperationCallable()

public OperationCallable<UpdateFeatureGroupRequest,FeatureGroup,UpdateFeatureGroupOperationMetadata> updateFeatureGroupOperationCallable()
Returns
Type Description
OperationCallable<UpdateFeatureGroupRequest,FeatureGroup,UpdateFeatureGroupOperationMetadata>

updateFeatureOperationCallable()

public OperationCallable<UpdateFeatureRequest,Feature,UpdateFeatureOperationMetadata> updateFeatureOperationCallable()
Returns
Type Description
OperationCallable<UpdateFeatureRequest,Feature,UpdateFeatureOperationMetadata>