Class FeatureRegistryServiceStub (3.42.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
TypeDescription
UnaryCallable<CreateFeatureRequest,Operation>

createFeatureGroupCallable()

public UnaryCallable<CreateFeatureGroupRequest,Operation> createFeatureGroupCallable()
Returns
TypeDescription
UnaryCallable<CreateFeatureGroupRequest,Operation>

createFeatureGroupOperationCallable()

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

createFeatureOperationCallable()

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

deleteFeatureCallable()

public UnaryCallable<DeleteFeatureRequest,Operation> deleteFeatureCallable()
Returns
TypeDescription
UnaryCallable<DeleteFeatureRequest,Operation>

deleteFeatureGroupCallable()

public UnaryCallable<DeleteFeatureGroupRequest,Operation> deleteFeatureGroupCallable()
Returns
TypeDescription
UnaryCallable<DeleteFeatureGroupRequest,Operation>

deleteFeatureGroupOperationCallable()

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

deleteFeatureOperationCallable()

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

getFeatureCallable()

public UnaryCallable<GetFeatureRequest,Feature> getFeatureCallable()
Returns
TypeDescription
UnaryCallable<GetFeatureRequest,Feature>

getFeatureGroupCallable()

public UnaryCallable<GetFeatureGroupRequest,FeatureGroup> getFeatureGroupCallable()
Returns
TypeDescription
UnaryCallable<GetFeatureGroupRequest,FeatureGroup>

getIamPolicyCallable()

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

getLocationCallable()

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

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

listFeatureGroupsCallable()

public UnaryCallable<ListFeatureGroupsRequest,ListFeatureGroupsResponse> listFeatureGroupsCallable()
Returns
TypeDescription
UnaryCallable<ListFeatureGroupsRequest,ListFeatureGroupsResponse>

listFeatureGroupsPagedCallable()

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

listFeaturesCallable()

public UnaryCallable<ListFeaturesRequest,ListFeaturesResponse> listFeaturesCallable()
Returns
TypeDescription
UnaryCallable<ListFeaturesRequest,ListFeaturesResponse>

listFeaturesPagedCallable()

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

listLocationsCallable()

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

listLocationsPagedCallable()

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

setIamPolicyCallable()

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

testIamPermissionsCallable()

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

updateFeatureCallable()

public UnaryCallable<UpdateFeatureRequest,Operation> updateFeatureCallable()
Returns
TypeDescription
UnaryCallable<UpdateFeatureRequest,Operation>

updateFeatureGroupCallable()

public UnaryCallable<UpdateFeatureGroupRequest,Operation> updateFeatureGroupCallable()
Returns
TypeDescription
UnaryCallable<UpdateFeatureGroupRequest,Operation>

updateFeatureGroupOperationCallable()

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

updateFeatureOperationCallable()

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