@Generated(value="by gapic-generator-java") public class FeatureRegistryServiceClient extends Object implements com.google.api.gax.core.BackgroundResource
This class provides the ability to make remote calls to the backing service through method calls that map to API methods. Sample code to get started:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
FeatureGroupName name = FeatureGroupName.of("[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]");
FeatureGroup response = featureRegistryServiceClient.getFeatureGroup(name);
}
Note: close() needs to be called on the FeatureRegistryServiceClient object to clean up resources such as threads. In the example above, try-with-resources is used, which automatically calls close().
| Method | Description | Method Variants |
|---|---|---|
CreateFeatureGroup |
Creates a new FeatureGroup in a given project and location. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
GetFeatureGroup |
Gets details of a single FeatureGroup. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
ListFeatureGroups |
Lists FeatureGroups in a given project and location. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
UpdateFeatureGroup |
Updates the parameters of a single FeatureGroup. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
DeleteFeatureGroup |
Deletes a single FeatureGroup. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
CreateFeature |
Creates a new Feature in a given FeatureGroup. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
BatchCreateFeatures |
Creates a batch of Features in a given FeatureGroup. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
GetFeature |
Gets details of a single Feature. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
ListFeatures |
Lists Features in a given FeatureGroup. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
UpdateFeature |
Updates the parameters of a single Feature. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
DeleteFeature |
Deletes a single Feature. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
ListLocations |
Lists information about the supported locations for this service. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
GetLocation |
Gets information about a location. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
SetIamPolicy |
Sets the access control policy on the specified resource. Replacesany existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED`errors. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
GetIamPolicy |
Gets the access control policy for a resource. Returns an empty policyif the resource exists and does not have a policy set. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
TestIamPermissions |
Returns permissions that a caller has on the specified resource. If theresource does not exist, this will return an empty set ofpermissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for buildingpermission-aware UIs and command-line tools, not for authorizationchecking. This operation may "fail open" without warning. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
See the individual methods for example code.
Many parameters require resource names to be formatted in a particular way. To assist with these names, this class includes a format method for each type of name, and additionally a parse method to extract the individual identifiers contained within names that are returned.
This class can be customized by passing in a custom instance of FeatureRegistryServiceSettings to create(). For example:
To customize credentials:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
FeatureRegistryServiceSettings featureRegistryServiceSettings =
FeatureRegistryServiceSettings.newBuilder()
.setCredentialsProvider(FixedCredentialsProvider.create(myCredentials))
.build();
FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create(featureRegistryServiceSettings);
To customize the endpoint:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
FeatureRegistryServiceSettings featureRegistryServiceSettings =
FeatureRegistryServiceSettings.newBuilder().setEndpoint(myEndpoint).build();
FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create(featureRegistryServiceSettings);
Please refer to the GitHub repository's samples for more quickstart code snippets.
| Modifier and Type | Class and Description |
|---|---|
static class |
FeatureRegistryServiceClient.ListFeatureGroupsFixedSizeCollection |
static class |
FeatureRegistryServiceClient.ListFeatureGroupsPage |
static class |
FeatureRegistryServiceClient.ListFeatureGroupsPagedResponse |
static class |
FeatureRegistryServiceClient.ListFeaturesFixedSizeCollection |
static class |
FeatureRegistryServiceClient.ListFeaturesPage |
static class |
FeatureRegistryServiceClient.ListFeaturesPagedResponse |
static class |
FeatureRegistryServiceClient.ListLocationsFixedSizeCollection |
static class |
FeatureRegistryServiceClient.ListLocationsPage |
static class |
FeatureRegistryServiceClient.ListLocationsPagedResponse |
| Modifier | Constructor and Description |
|---|---|
protected |
FeatureRegistryServiceClient(FeatureRegistryServiceSettings settings)
Constructs an instance of FeatureRegistryServiceClient, using the given settings.
|
protected |
FeatureRegistryServiceClient(FeatureRegistryServiceStub stub) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
com.google.api.gax.longrunning.OperationFuture<BatchCreateFeaturesResponse,BatchCreateFeaturesOperationMetadata> |
batchCreateFeaturesAsync(BatchCreateFeaturesRequest request)
Creates a batch of Features in a given FeatureGroup.
|
com.google.api.gax.longrunning.OperationFuture<BatchCreateFeaturesResponse,BatchCreateFeaturesOperationMetadata> |
batchCreateFeaturesAsync(EntityTypeName parent,
List<CreateFeatureRequest> requests)
Creates a batch of Features in a given FeatureGroup.
|
com.google.api.gax.longrunning.OperationFuture<BatchCreateFeaturesResponse,BatchCreateFeaturesOperationMetadata> |
batchCreateFeaturesAsync(FeatureGroupName parent,
List<CreateFeatureRequest> requests)
Creates a batch of Features in a given FeatureGroup.
|
com.google.api.gax.longrunning.OperationFuture<BatchCreateFeaturesResponse,BatchCreateFeaturesOperationMetadata> |
batchCreateFeaturesAsync(String parent,
List<CreateFeatureRequest> requests)
Creates a batch of Features in a given FeatureGroup.
|
com.google.api.gax.rpc.UnaryCallable<BatchCreateFeaturesRequest,com.google.longrunning.Operation> |
batchCreateFeaturesCallable()
Creates a batch of Features in a given FeatureGroup.
|
com.google.api.gax.rpc.OperationCallable<BatchCreateFeaturesRequest,BatchCreateFeaturesResponse,BatchCreateFeaturesOperationMetadata> |
batchCreateFeaturesOperationCallable()
Creates a batch of Features in a given FeatureGroup.
|
void |
close() |
static FeatureRegistryServiceClient |
create()
Constructs an instance of FeatureRegistryServiceClient with default settings.
|
static FeatureRegistryServiceClient |
create(FeatureRegistryServiceSettings settings)
Constructs an instance of FeatureRegistryServiceClient, using the given settings.
|
static FeatureRegistryServiceClient |
create(FeatureRegistryServiceStub stub)
Constructs an instance of FeatureRegistryServiceClient, using the given stub for making calls.
|
com.google.api.gax.longrunning.OperationFuture<Feature,CreateFeatureOperationMetadata> |
createFeatureAsync(CreateFeatureRequest request)
Creates a new Feature in a given FeatureGroup.
|
com.google.api.gax.longrunning.OperationFuture<Feature,CreateFeatureOperationMetadata> |
createFeatureAsync(EntityTypeName parent,
Feature feature,
String featureId)
Creates a new Feature in a given FeatureGroup.
|
com.google.api.gax.longrunning.OperationFuture<Feature,CreateFeatureOperationMetadata> |
createFeatureAsync(FeatureGroupName parent,
Feature feature,
String featureId)
Creates a new Feature in a given FeatureGroup.
|
com.google.api.gax.longrunning.OperationFuture<Feature,CreateFeatureOperationMetadata> |
createFeatureAsync(String parent,
Feature feature,
String featureId)
Creates a new Feature in a given FeatureGroup.
|
com.google.api.gax.rpc.UnaryCallable<CreateFeatureRequest,com.google.longrunning.Operation> |
createFeatureCallable()
Creates a new Feature in a given FeatureGroup.
|
com.google.api.gax.longrunning.OperationFuture<FeatureGroup,CreateFeatureGroupOperationMetadata> |
createFeatureGroupAsync(CreateFeatureGroupRequest request)
Creates a new FeatureGroup in a given project and location.
|
com.google.api.gax.longrunning.OperationFuture<FeatureGroup,CreateFeatureGroupOperationMetadata> |
createFeatureGroupAsync(LocationName parent,
FeatureGroup featureGroup,
String featureGroupId)
Creates a new FeatureGroup in a given project and location.
|
com.google.api.gax.longrunning.OperationFuture<FeatureGroup,CreateFeatureGroupOperationMetadata> |
createFeatureGroupAsync(String parent,
FeatureGroup featureGroup,
String featureGroupId)
Creates a new FeatureGroup in a given project and location.
|
com.google.api.gax.rpc.UnaryCallable<CreateFeatureGroupRequest,com.google.longrunning.Operation> |
createFeatureGroupCallable()
Creates a new FeatureGroup in a given project and location.
|
com.google.api.gax.rpc.OperationCallable<CreateFeatureGroupRequest,FeatureGroup,CreateFeatureGroupOperationMetadata> |
createFeatureGroupOperationCallable()
Creates a new FeatureGroup in a given project and location.
|
com.google.api.gax.rpc.OperationCallable<CreateFeatureRequest,Feature,CreateFeatureOperationMetadata> |
createFeatureOperationCallable()
Creates a new Feature in a given FeatureGroup.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteFeatureAsync(DeleteFeatureRequest request)
Deletes a single Feature.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteFeatureAsync(FeatureName name)
Deletes a single Feature.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteFeatureAsync(String name)
Deletes a single Feature.
|
com.google.api.gax.rpc.UnaryCallable<DeleteFeatureRequest,com.google.longrunning.Operation> |
deleteFeatureCallable()
Deletes a single Feature.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteFeatureGroupAsync(DeleteFeatureGroupRequest request)
Deletes a single FeatureGroup.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteFeatureGroupAsync(FeatureGroupName name,
boolean force)
Deletes a single FeatureGroup.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteFeatureGroupAsync(String name,
boolean force)
Deletes a single FeatureGroup.
|
com.google.api.gax.rpc.UnaryCallable<DeleteFeatureGroupRequest,com.google.longrunning.Operation> |
deleteFeatureGroupCallable()
Deletes a single FeatureGroup.
|
com.google.api.gax.rpc.OperationCallable<DeleteFeatureGroupRequest,com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteFeatureGroupOperationCallable()
Deletes a single FeatureGroup.
|
com.google.api.gax.rpc.OperationCallable<DeleteFeatureRequest,com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteFeatureOperationCallable()
Deletes a single Feature.
|
Feature |
getFeature(FeatureName name)
Gets details of a single Feature.
|
Feature |
getFeature(GetFeatureRequest request)
Gets details of a single Feature.
|
Feature |
getFeature(String name)
Gets details of a single Feature.
|
com.google.api.gax.rpc.UnaryCallable<GetFeatureRequest,Feature> |
getFeatureCallable()
Gets details of a single Feature.
|
FeatureGroup |
getFeatureGroup(FeatureGroupName name)
Gets details of a single FeatureGroup.
|
FeatureGroup |
getFeatureGroup(GetFeatureGroupRequest request)
Gets details of a single FeatureGroup.
|
FeatureGroup |
getFeatureGroup(String name)
Gets details of a single FeatureGroup.
|
com.google.api.gax.rpc.UnaryCallable<GetFeatureGroupRequest,FeatureGroup> |
getFeatureGroupCallable()
Gets details of a single FeatureGroup.
|
com.google.iam.v1.Policy |
getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request)
Gets the access control policy for a resource.
|
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getIamPolicyCallable()
Gets the access control policy for a resource.
|
com.google.cloud.location.Location |
getLocation(com.google.cloud.location.GetLocationRequest request)
Gets information about a location.
|
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationCallable()
Gets information about a location.
|
com.google.longrunning.OperationsClient |
getOperationsClient()
Returns the OperationsClient that can be used to query the status of a long-running operation
returned by another API method call.
|
FeatureRegistryServiceSettings |
getSettings() |
FeatureRegistryServiceStub |
getStub() |
boolean |
isShutdown() |
boolean |
isTerminated() |
FeatureRegistryServiceClient.ListFeatureGroupsPagedResponse |
listFeatureGroups(ListFeatureGroupsRequest request)
Lists FeatureGroups in a given project and location.
|
FeatureRegistryServiceClient.ListFeatureGroupsPagedResponse |
listFeatureGroups(LocationName parent)
Lists FeatureGroups in a given project and location.
|
FeatureRegistryServiceClient.ListFeatureGroupsPagedResponse |
listFeatureGroups(String parent)
Lists FeatureGroups in a given project and location.
|
com.google.api.gax.rpc.UnaryCallable<ListFeatureGroupsRequest,ListFeatureGroupsResponse> |
listFeatureGroupsCallable()
Lists FeatureGroups in a given project and location.
|
com.google.api.gax.rpc.UnaryCallable<ListFeatureGroupsRequest,FeatureRegistryServiceClient.ListFeatureGroupsPagedResponse> |
listFeatureGroupsPagedCallable()
Lists FeatureGroups in a given project and location.
|
FeatureRegistryServiceClient.ListFeaturesPagedResponse |
listFeatures(EntityTypeName parent)
Lists Features in a given FeatureGroup.
|
FeatureRegistryServiceClient.ListFeaturesPagedResponse |
listFeatures(FeatureGroupName parent)
Lists Features in a given FeatureGroup.
|
FeatureRegistryServiceClient.ListFeaturesPagedResponse |
listFeatures(ListFeaturesRequest request)
Lists Features in a given FeatureGroup.
|
FeatureRegistryServiceClient.ListFeaturesPagedResponse |
listFeatures(String parent)
Lists Features in a given FeatureGroup.
|
com.google.api.gax.rpc.UnaryCallable<ListFeaturesRequest,ListFeaturesResponse> |
listFeaturesCallable()
Lists Features in a given FeatureGroup.
|
com.google.api.gax.rpc.UnaryCallable<ListFeaturesRequest,FeatureRegistryServiceClient.ListFeaturesPagedResponse> |
listFeaturesPagedCallable()
Lists Features in a given FeatureGroup.
|
FeatureRegistryServiceClient.ListLocationsPagedResponse |
listLocations(com.google.cloud.location.ListLocationsRequest request)
Lists information about the supported locations for this service.
|
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> |
listLocationsCallable()
Lists information about the supported locations for this service.
|
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,FeatureRegistryServiceClient.ListLocationsPagedResponse> |
listLocationsPagedCallable()
Lists information about the supported locations for this service.
|
com.google.iam.v1.Policy |
setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request)
Sets the access control policy on the specified resource.
|
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
setIamPolicyCallable()
Sets the access control policy on the specified resource.
|
void |
shutdown() |
void |
shutdownNow() |
com.google.iam.v1.TestIamPermissionsResponse |
testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request)
Returns permissions that a caller has on the specified resource.
|
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissionsCallable()
Returns permissions that a caller has on the specified resource.
|
com.google.api.gax.longrunning.OperationFuture<Feature,UpdateFeatureOperationMetadata> |
updateFeatureAsync(Feature feature,
com.google.protobuf.FieldMask updateMask)
Updates the parameters of a single Feature.
|
com.google.api.gax.longrunning.OperationFuture<Feature,UpdateFeatureOperationMetadata> |
updateFeatureAsync(UpdateFeatureRequest request)
Updates the parameters of a single Feature.
|
com.google.api.gax.rpc.UnaryCallable<UpdateFeatureRequest,com.google.longrunning.Operation> |
updateFeatureCallable()
Updates the parameters of a single Feature.
|
com.google.api.gax.longrunning.OperationFuture<FeatureGroup,UpdateFeatureGroupOperationMetadata> |
updateFeatureGroupAsync(FeatureGroup featureGroup,
com.google.protobuf.FieldMask updateMask)
Updates the parameters of a single FeatureGroup.
|
com.google.api.gax.longrunning.OperationFuture<FeatureGroup,UpdateFeatureGroupOperationMetadata> |
updateFeatureGroupAsync(UpdateFeatureGroupRequest request)
Updates the parameters of a single FeatureGroup.
|
com.google.api.gax.rpc.UnaryCallable<UpdateFeatureGroupRequest,com.google.longrunning.Operation> |
updateFeatureGroupCallable()
Updates the parameters of a single FeatureGroup.
|
com.google.api.gax.rpc.OperationCallable<UpdateFeatureGroupRequest,FeatureGroup,UpdateFeatureGroupOperationMetadata> |
updateFeatureGroupOperationCallable()
Updates the parameters of a single FeatureGroup.
|
com.google.api.gax.rpc.OperationCallable<UpdateFeatureRequest,Feature,UpdateFeatureOperationMetadata> |
updateFeatureOperationCallable()
Updates the parameters of a single Feature.
|
protected FeatureRegistryServiceClient(FeatureRegistryServiceSettings settings) throws IOException
IOExceptionprotected FeatureRegistryServiceClient(FeatureRegistryServiceStub stub)
public static final FeatureRegistryServiceClient create() throws IOException
IOExceptionpublic static final FeatureRegistryServiceClient create(FeatureRegistryServiceSettings settings) throws IOException
IOExceptionpublic static final FeatureRegistryServiceClient create(FeatureRegistryServiceStub stub)
public final FeatureRegistryServiceSettings getSettings()
public FeatureRegistryServiceStub getStub()
public final com.google.longrunning.OperationsClient getOperationsClient()
public final com.google.api.gax.longrunning.OperationFuture<FeatureGroup,CreateFeatureGroupOperationMetadata> createFeatureGroupAsync(LocationName parent, FeatureGroup featureGroup, String featureGroupId)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
FeatureGroup featureGroup = FeatureGroup.newBuilder().build();
String featureGroupId = "featureGroupId-1768466396";
FeatureGroup response =
featureRegistryServiceClient
.createFeatureGroupAsync(parent, featureGroup, featureGroupId)
.get();
}
parent - Required. The resource name of the Location to create FeatureGroups. Format:
`projects/{project}/locations/{location}`featureGroup - Required. The FeatureGroup to create.featureGroupId - Required. The ID to use for this FeatureGroup, which will become the
final component of the FeatureGroup's resource name.
This value may be up to 128 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number.
The value must be unique within the project and location.
com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<FeatureGroup,CreateFeatureGroupOperationMetadata> createFeatureGroupAsync(String parent, FeatureGroup featureGroup, String featureGroupId)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
FeatureGroup featureGroup = FeatureGroup.newBuilder().build();
String featureGroupId = "featureGroupId-1768466396";
FeatureGroup response =
featureRegistryServiceClient
.createFeatureGroupAsync(parent, featureGroup, featureGroupId)
.get();
}
parent - Required. The resource name of the Location to create FeatureGroups. Format:
`projects/{project}/locations/{location}`featureGroup - Required. The FeatureGroup to create.featureGroupId - Required. The ID to use for this FeatureGroup, which will become the
final component of the FeatureGroup's resource name.
This value may be up to 128 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number.
The value must be unique within the project and location.
com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<FeatureGroup,CreateFeatureGroupOperationMetadata> createFeatureGroupAsync(CreateFeatureGroupRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
CreateFeatureGroupRequest request =
CreateFeatureGroupRequest.newBuilder()
.setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setFeatureGroup(FeatureGroup.newBuilder().build())
.setFeatureGroupId("featureGroupId-1768466396")
.build();
FeatureGroup response = featureRegistryServiceClient.createFeatureGroupAsync(request).get();
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.OperationCallable<CreateFeatureGroupRequest,FeatureGroup,CreateFeatureGroupOperationMetadata> createFeatureGroupOperationCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
CreateFeatureGroupRequest request =
CreateFeatureGroupRequest.newBuilder()
.setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setFeatureGroup(FeatureGroup.newBuilder().build())
.setFeatureGroupId("featureGroupId-1768466396")
.build();
OperationFuture<FeatureGroup, CreateFeatureGroupOperationMetadata> future =
featureRegistryServiceClient.createFeatureGroupOperationCallable().futureCall(request);
// Do something.
FeatureGroup response = future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<CreateFeatureGroupRequest,com.google.longrunning.Operation> createFeatureGroupCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
CreateFeatureGroupRequest request =
CreateFeatureGroupRequest.newBuilder()
.setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setFeatureGroup(FeatureGroup.newBuilder().build())
.setFeatureGroupId("featureGroupId-1768466396")
.build();
ApiFuture<Operation> future =
featureRegistryServiceClient.createFeatureGroupCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final FeatureGroup getFeatureGroup(FeatureGroupName name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
FeatureGroupName name = FeatureGroupName.of("[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]");
FeatureGroup response = featureRegistryServiceClient.getFeatureGroup(name);
}
name - Required. The name of the FeatureGroup resource.com.google.api.gax.rpc.ApiException - if the remote call failspublic final FeatureGroup getFeatureGroup(String name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
String name = FeatureGroupName.of("[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]").toString();
FeatureGroup response = featureRegistryServiceClient.getFeatureGroup(name);
}
name - Required. The name of the FeatureGroup resource.com.google.api.gax.rpc.ApiException - if the remote call failspublic final FeatureGroup getFeatureGroup(GetFeatureGroupRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
GetFeatureGroupRequest request =
GetFeatureGroupRequest.newBuilder()
.setName(FeatureGroupName.of("[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]").toString())
.build();
FeatureGroup response = featureRegistryServiceClient.getFeatureGroup(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<GetFeatureGroupRequest,FeatureGroup> getFeatureGroupCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
GetFeatureGroupRequest request =
GetFeatureGroupRequest.newBuilder()
.setName(FeatureGroupName.of("[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]").toString())
.build();
ApiFuture<FeatureGroup> future =
featureRegistryServiceClient.getFeatureGroupCallable().futureCall(request);
// Do something.
FeatureGroup response = future.get();
}
public final FeatureRegistryServiceClient.ListFeatureGroupsPagedResponse listFeatureGroups(LocationName parent)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
for (FeatureGroup element :
featureRegistryServiceClient.listFeatureGroups(parent).iterateAll()) {
// doThingsWith(element);
}
}
parent - Required. The resource name of the Location to list FeatureGroups. Format:
`projects/{project}/locations/{location}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final FeatureRegistryServiceClient.ListFeatureGroupsPagedResponse listFeatureGroups(String parent)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
for (FeatureGroup element :
featureRegistryServiceClient.listFeatureGroups(parent).iterateAll()) {
// doThingsWith(element);
}
}
parent - Required. The resource name of the Location to list FeatureGroups. Format:
`projects/{project}/locations/{location}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final FeatureRegistryServiceClient.ListFeatureGroupsPagedResponse listFeatureGroups(ListFeatureGroupsRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
ListFeatureGroupsRequest request =
ListFeatureGroupsRequest.newBuilder()
.setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.setOrderBy("orderBy-1207110587")
.build();
for (FeatureGroup element :
featureRegistryServiceClient.listFeatureGroups(request).iterateAll()) {
// doThingsWith(element);
}
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<ListFeatureGroupsRequest,FeatureRegistryServiceClient.ListFeatureGroupsPagedResponse> listFeatureGroupsPagedCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
ListFeatureGroupsRequest request =
ListFeatureGroupsRequest.newBuilder()
.setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.setOrderBy("orderBy-1207110587")
.build();
ApiFuture<FeatureGroup> future =
featureRegistryServiceClient.listFeatureGroupsPagedCallable().futureCall(request);
// Do something.
for (FeatureGroup element : future.get().iterateAll()) {
// doThingsWith(element);
}
}
public final com.google.api.gax.rpc.UnaryCallable<ListFeatureGroupsRequest,ListFeatureGroupsResponse> listFeatureGroupsCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
ListFeatureGroupsRequest request =
ListFeatureGroupsRequest.newBuilder()
.setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.setOrderBy("orderBy-1207110587")
.build();
while (true) {
ListFeatureGroupsResponse response =
featureRegistryServiceClient.listFeatureGroupsCallable().call(request);
for (FeatureGroup element : response.getFeatureGroupsList()) {
// doThingsWith(element);
}
String nextPageToken = response.getNextPageToken();
if (!Strings.isNullOrEmpty(nextPageToken)) {
request = request.toBuilder().setPageToken(nextPageToken).build();
} else {
break;
}
}
}
public final com.google.api.gax.longrunning.OperationFuture<FeatureGroup,UpdateFeatureGroupOperationMetadata> updateFeatureGroupAsync(FeatureGroup featureGroup, com.google.protobuf.FieldMask updateMask)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
FeatureGroup featureGroup = FeatureGroup.newBuilder().build();
FieldMask updateMask = FieldMask.newBuilder().build();
FeatureGroup response =
featureRegistryServiceClient.updateFeatureGroupAsync(featureGroup, updateMask).get();
}
featureGroup - Required. The FeatureGroup's `name` field is used to identify the
FeatureGroup to be updated. Format:
`projects/{project}/locations/{location}/featureGroups/{feature_group}`updateMask - Field mask is used to specify the fields to be overwritten in the
FeatureGroup resource by the update. The fields specified in the update_mask are relative
to the resource, not the full request. A field will be overwritten if it is in the mask. If
the user does not provide a mask then only the non-empty fields present in the request will
be overwritten. Set the update_mask to `*` to override all fields.
Updatable fields:
* `labels` * `description` * `big_query` * `big_query.entity_id_columns`
com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<FeatureGroup,UpdateFeatureGroupOperationMetadata> updateFeatureGroupAsync(UpdateFeatureGroupRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
UpdateFeatureGroupRequest request =
UpdateFeatureGroupRequest.newBuilder()
.setFeatureGroup(FeatureGroup.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
FeatureGroup response = featureRegistryServiceClient.updateFeatureGroupAsync(request).get();
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.OperationCallable<UpdateFeatureGroupRequest,FeatureGroup,UpdateFeatureGroupOperationMetadata> updateFeatureGroupOperationCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
UpdateFeatureGroupRequest request =
UpdateFeatureGroupRequest.newBuilder()
.setFeatureGroup(FeatureGroup.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
OperationFuture<FeatureGroup, UpdateFeatureGroupOperationMetadata> future =
featureRegistryServiceClient.updateFeatureGroupOperationCallable().futureCall(request);
// Do something.
FeatureGroup response = future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<UpdateFeatureGroupRequest,com.google.longrunning.Operation> updateFeatureGroupCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
UpdateFeatureGroupRequest request =
UpdateFeatureGroupRequest.newBuilder()
.setFeatureGroup(FeatureGroup.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
ApiFuture<Operation> future =
featureRegistryServiceClient.updateFeatureGroupCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeatureGroupAsync(FeatureGroupName name, boolean force)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
FeatureGroupName name = FeatureGroupName.of("[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]");
boolean force = true;
featureRegistryServiceClient.deleteFeatureGroupAsync(name, force).get();
}
name - Required. The name of the FeatureGroup to be deleted. Format:
`projects/{project}/locations/{location}/featureGroups/{feature_group}`force - If set to true, any Features under this FeatureGroup will also be deleted.
(Otherwise, the request will only work if the FeatureGroup has no Features.)com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeatureGroupAsync(String name, boolean force)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
String name = FeatureGroupName.of("[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]").toString();
boolean force = true;
featureRegistryServiceClient.deleteFeatureGroupAsync(name, force).get();
}
name - Required. The name of the FeatureGroup to be deleted. Format:
`projects/{project}/locations/{location}/featureGroups/{feature_group}`force - If set to true, any Features under this FeatureGroup will also be deleted.
(Otherwise, the request will only work if the FeatureGroup has no Features.)com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeatureGroupAsync(DeleteFeatureGroupRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
DeleteFeatureGroupRequest request =
DeleteFeatureGroupRequest.newBuilder()
.setName(FeatureGroupName.of("[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]").toString())
.setForce(true)
.build();
featureRegistryServiceClient.deleteFeatureGroupAsync(request).get();
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.OperationCallable<DeleteFeatureGroupRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeatureGroupOperationCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
DeleteFeatureGroupRequest request =
DeleteFeatureGroupRequest.newBuilder()
.setName(FeatureGroupName.of("[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]").toString())
.setForce(true)
.build();
OperationFuture<Empty, DeleteOperationMetadata> future =
featureRegistryServiceClient.deleteFeatureGroupOperationCallable().futureCall(request);
// Do something.
future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<DeleteFeatureGroupRequest,com.google.longrunning.Operation> deleteFeatureGroupCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
DeleteFeatureGroupRequest request =
DeleteFeatureGroupRequest.newBuilder()
.setName(FeatureGroupName.of("[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]").toString())
.setForce(true)
.build();
ApiFuture<Operation> future =
featureRegistryServiceClient.deleteFeatureGroupCallable().futureCall(request);
// Do something.
future.get();
}
public final com.google.api.gax.longrunning.OperationFuture<Feature,CreateFeatureOperationMetadata> createFeatureAsync(EntityTypeName parent, Feature feature, String featureId)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
EntityTypeName parent =
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]");
Feature feature = Feature.newBuilder().build();
String featureId = "featureId-420503887";
Feature response =
featureRegistryServiceClient.createFeatureAsync(parent, feature, featureId).get();
}
parent - Required. The resource name of the EntityType or FeatureGroup to create a
Feature. Format for entity_type as parent:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
Format for feature_group as parent:
`projects/{project}/locations/{location}/featureGroups/{feature_group}`feature - Required. The Feature to create.featureId - Required. The ID to use for the Feature, which will become the final component
of the Feature's resource name.
This value may be up to 128 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number.
The value must be unique within an EntityType/FeatureGroup.
com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<Feature,CreateFeatureOperationMetadata> createFeatureAsync(FeatureGroupName parent, Feature feature, String featureId)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
FeatureGroupName parent = FeatureGroupName.of("[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]");
Feature feature = Feature.newBuilder().build();
String featureId = "featureId-420503887";
Feature response =
featureRegistryServiceClient.createFeatureAsync(parent, feature, featureId).get();
}
parent - Required. The resource name of the EntityType or FeatureGroup to create a
Feature. Format for entity_type as parent:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
Format for feature_group as parent:
`projects/{project}/locations/{location}/featureGroups/{feature_group}`feature - Required. The Feature to create.featureId - Required. The ID to use for the Feature, which will become the final component
of the Feature's resource name.
This value may be up to 128 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number.
The value must be unique within an EntityType/FeatureGroup.
com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<Feature,CreateFeatureOperationMetadata> createFeatureAsync(String parent, Feature feature, String featureId)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
String parent =
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString();
Feature feature = Feature.newBuilder().build();
String featureId = "featureId-420503887";
Feature response =
featureRegistryServiceClient.createFeatureAsync(parent, feature, featureId).get();
}
parent - Required. The resource name of the EntityType or FeatureGroup to create a
Feature. Format for entity_type as parent:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
Format for feature_group as parent:
`projects/{project}/locations/{location}/featureGroups/{feature_group}`feature - Required. The Feature to create.featureId - Required. The ID to use for the Feature, which will become the final component
of the Feature's resource name.
This value may be up to 128 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number.
The value must be unique within an EntityType/FeatureGroup.
com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<Feature,CreateFeatureOperationMetadata> createFeatureAsync(CreateFeatureRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
CreateFeatureRequest request =
CreateFeatureRequest.newBuilder()
.setParent(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.setFeature(Feature.newBuilder().build())
.setFeatureId("featureId-420503887")
.build();
Feature response = featureRegistryServiceClient.createFeatureAsync(request).get();
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.OperationCallable<CreateFeatureRequest,Feature,CreateFeatureOperationMetadata> createFeatureOperationCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
CreateFeatureRequest request =
CreateFeatureRequest.newBuilder()
.setParent(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.setFeature(Feature.newBuilder().build())
.setFeatureId("featureId-420503887")
.build();
OperationFuture<Feature, CreateFeatureOperationMetadata> future =
featureRegistryServiceClient.createFeatureOperationCallable().futureCall(request);
// Do something.
Feature response = future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<CreateFeatureRequest,com.google.longrunning.Operation> createFeatureCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
CreateFeatureRequest request =
CreateFeatureRequest.newBuilder()
.setParent(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.setFeature(Feature.newBuilder().build())
.setFeatureId("featureId-420503887")
.build();
ApiFuture<Operation> future =
featureRegistryServiceClient.createFeatureCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final com.google.api.gax.longrunning.OperationFuture<BatchCreateFeaturesResponse,BatchCreateFeaturesOperationMetadata> batchCreateFeaturesAsync(EntityTypeName parent, List<CreateFeatureRequest> requests)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
EntityTypeName parent =
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]");
List<CreateFeatureRequest> requests = new ArrayList<>();
BatchCreateFeaturesResponse response =
featureRegistryServiceClient.batchCreateFeaturesAsync(parent, requests).get();
}
parent - Required. The resource name of the EntityType/FeatureGroup to create the batch of
Features under. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
`projects/{project}/locations/{location}/featureGroups/{feature_group}`requests - Required. The request message specifying the Features to create. All Features
must be created under the same parent EntityType / FeatureGroup. The `parent` field in each
child request message can be omitted. If `parent` is set in a child request, then the value
must match the `parent` value in this request message.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<BatchCreateFeaturesResponse,BatchCreateFeaturesOperationMetadata> batchCreateFeaturesAsync(FeatureGroupName parent, List<CreateFeatureRequest> requests)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
FeatureGroupName parent = FeatureGroupName.of("[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]");
List<CreateFeatureRequest> requests = new ArrayList<>();
BatchCreateFeaturesResponse response =
featureRegistryServiceClient.batchCreateFeaturesAsync(parent, requests).get();
}
parent - Required. The resource name of the EntityType/FeatureGroup to create the batch of
Features under. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
`projects/{project}/locations/{location}/featureGroups/{feature_group}`requests - Required. The request message specifying the Features to create. All Features
must be created under the same parent EntityType / FeatureGroup. The `parent` field in each
child request message can be omitted. If `parent` is set in a child request, then the value
must match the `parent` value in this request message.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<BatchCreateFeaturesResponse,BatchCreateFeaturesOperationMetadata> batchCreateFeaturesAsync(String parent, List<CreateFeatureRequest> requests)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
String parent =
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString();
List<CreateFeatureRequest> requests = new ArrayList<>();
BatchCreateFeaturesResponse response =
featureRegistryServiceClient.batchCreateFeaturesAsync(parent, requests).get();
}
parent - Required. The resource name of the EntityType/FeatureGroup to create the batch of
Features under. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
`projects/{project}/locations/{location}/featureGroups/{feature_group}`requests - Required. The request message specifying the Features to create. All Features
must be created under the same parent EntityType / FeatureGroup. The `parent` field in each
child request message can be omitted. If `parent` is set in a child request, then the value
must match the `parent` value in this request message.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<BatchCreateFeaturesResponse,BatchCreateFeaturesOperationMetadata> batchCreateFeaturesAsync(BatchCreateFeaturesRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
BatchCreateFeaturesRequest request =
BatchCreateFeaturesRequest.newBuilder()
.setParent(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.addAllRequests(new ArrayList<CreateFeatureRequest>())
.build();
BatchCreateFeaturesResponse response =
featureRegistryServiceClient.batchCreateFeaturesAsync(request).get();
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.OperationCallable<BatchCreateFeaturesRequest,BatchCreateFeaturesResponse,BatchCreateFeaturesOperationMetadata> batchCreateFeaturesOperationCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
BatchCreateFeaturesRequest request =
BatchCreateFeaturesRequest.newBuilder()
.setParent(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.addAllRequests(new ArrayList<CreateFeatureRequest>())
.build();
OperationFuture<BatchCreateFeaturesResponse, BatchCreateFeaturesOperationMetadata> future =
featureRegistryServiceClient.batchCreateFeaturesOperationCallable().futureCall(request);
// Do something.
BatchCreateFeaturesResponse response = future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<BatchCreateFeaturesRequest,com.google.longrunning.Operation> batchCreateFeaturesCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
BatchCreateFeaturesRequest request =
BatchCreateFeaturesRequest.newBuilder()
.setParent(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.addAllRequests(new ArrayList<CreateFeatureRequest>())
.build();
ApiFuture<Operation> future =
featureRegistryServiceClient.batchCreateFeaturesCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final Feature getFeature(FeatureName name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
FeatureName name =
FeatureName.ofProjectLocationFeatureGroupFeatureName(
"[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]", "[FEATURE]");
Feature response = featureRegistryServiceClient.getFeature(name);
}
name - Required. The name of the Feature resource. Format for entity_type as parent:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
Format for feature_group as parent:
`projects/{project}/locations/{location}/featureGroups/{feature_group}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final Feature getFeature(String name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
String name =
FeatureName.ofProjectLocationFeaturestoreEntityTypeFeatureName(
"[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]", "[FEATURE]")
.toString();
Feature response = featureRegistryServiceClient.getFeature(name);
}
name - Required. The name of the Feature resource. Format for entity_type as parent:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
Format for feature_group as parent:
`projects/{project}/locations/{location}/featureGroups/{feature_group}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final Feature getFeature(GetFeatureRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
GetFeatureRequest request =
GetFeatureRequest.newBuilder()
.setName(
FeatureName.ofProjectLocationFeatureGroupFeatureName(
"[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]", "[FEATURE]")
.toString())
.build();
Feature response = featureRegistryServiceClient.getFeature(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<GetFeatureRequest,Feature> getFeatureCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
GetFeatureRequest request =
GetFeatureRequest.newBuilder()
.setName(
FeatureName.ofProjectLocationFeatureGroupFeatureName(
"[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]", "[FEATURE]")
.toString())
.build();
ApiFuture<Feature> future =
featureRegistryServiceClient.getFeatureCallable().futureCall(request);
// Do something.
Feature response = future.get();
}
public final FeatureRegistryServiceClient.ListFeaturesPagedResponse listFeatures(EntityTypeName parent)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
EntityTypeName parent =
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]");
for (Feature element : featureRegistryServiceClient.listFeatures(parent).iterateAll()) {
// doThingsWith(element);
}
}
parent - Required. The resource name of the Location to list Features. Format for
entity_type as parent:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
Format for feature_group as parent:
`projects/{project}/locations/{location}/featureGroups/{feature_group}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final FeatureRegistryServiceClient.ListFeaturesPagedResponse listFeatures(FeatureGroupName parent)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
FeatureGroupName parent = FeatureGroupName.of("[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]");
for (Feature element : featureRegistryServiceClient.listFeatures(parent).iterateAll()) {
// doThingsWith(element);
}
}
parent - Required. The resource name of the Location to list Features. Format for
entity_type as parent:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
Format for feature_group as parent:
`projects/{project}/locations/{location}/featureGroups/{feature_group}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final FeatureRegistryServiceClient.ListFeaturesPagedResponse listFeatures(String parent)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
String parent =
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString();
for (Feature element : featureRegistryServiceClient.listFeatures(parent).iterateAll()) {
// doThingsWith(element);
}
}
parent - Required. The resource name of the Location to list Features. Format for
entity_type as parent:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
Format for feature_group as parent:
`projects/{project}/locations/{location}/featureGroups/{feature_group}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final FeatureRegistryServiceClient.ListFeaturesPagedResponse listFeatures(ListFeaturesRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
ListFeaturesRequest request =
ListFeaturesRequest.newBuilder()
.setParent(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.setOrderBy("orderBy-1207110587")
.setReadMask(FieldMask.newBuilder().build())
.setLatestStatsCount(-878108489)
.build();
for (Feature element : featureRegistryServiceClient.listFeatures(request).iterateAll()) {
// doThingsWith(element);
}
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<ListFeaturesRequest,FeatureRegistryServiceClient.ListFeaturesPagedResponse> listFeaturesPagedCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
ListFeaturesRequest request =
ListFeaturesRequest.newBuilder()
.setParent(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.setOrderBy("orderBy-1207110587")
.setReadMask(FieldMask.newBuilder().build())
.setLatestStatsCount(-878108489)
.build();
ApiFuture<Feature> future =
featureRegistryServiceClient.listFeaturesPagedCallable().futureCall(request);
// Do something.
for (Feature element : future.get().iterateAll()) {
// doThingsWith(element);
}
}
public final com.google.api.gax.rpc.UnaryCallable<ListFeaturesRequest,ListFeaturesResponse> listFeaturesCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
ListFeaturesRequest request =
ListFeaturesRequest.newBuilder()
.setParent(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.setOrderBy("orderBy-1207110587")
.setReadMask(FieldMask.newBuilder().build())
.setLatestStatsCount(-878108489)
.build();
while (true) {
ListFeaturesResponse response =
featureRegistryServiceClient.listFeaturesCallable().call(request);
for (Feature element : response.getFeaturesList()) {
// doThingsWith(element);
}
String nextPageToken = response.getNextPageToken();
if (!Strings.isNullOrEmpty(nextPageToken)) {
request = request.toBuilder().setPageToken(nextPageToken).build();
} else {
break;
}
}
}
public final com.google.api.gax.longrunning.OperationFuture<Feature,UpdateFeatureOperationMetadata> updateFeatureAsync(Feature feature, com.google.protobuf.FieldMask updateMask)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
Feature feature = Feature.newBuilder().build();
FieldMask updateMask = FieldMask.newBuilder().build();
Feature response = featureRegistryServiceClient.updateFeatureAsync(feature, updateMask).get();
}
feature - Required. The Feature's `name` field is used to identify the Feature to be
updated. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}`
`projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}`updateMask - Field mask is used to specify the fields to be overwritten in the Features
resource by the update. The fields specified in the update_mask are relative to the
resource, not the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then only the non-empty fields present in the request will be
overwritten. Set the update_mask to `*` to override all fields.
Updatable fields:
* `description` * `labels` * `disable_monitoring` (Not supported for FeatureRegistryService Feature) * `point_of_contact` (Not supported for FeaturestoreService FeatureStore)
com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<Feature,UpdateFeatureOperationMetadata> updateFeatureAsync(UpdateFeatureRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
UpdateFeatureRequest request =
UpdateFeatureRequest.newBuilder()
.setFeature(Feature.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
Feature response = featureRegistryServiceClient.updateFeatureAsync(request).get();
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.OperationCallable<UpdateFeatureRequest,Feature,UpdateFeatureOperationMetadata> updateFeatureOperationCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
UpdateFeatureRequest request =
UpdateFeatureRequest.newBuilder()
.setFeature(Feature.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
OperationFuture<Feature, UpdateFeatureOperationMetadata> future =
featureRegistryServiceClient.updateFeatureOperationCallable().futureCall(request);
// Do something.
Feature response = future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<UpdateFeatureRequest,com.google.longrunning.Operation> updateFeatureCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
UpdateFeatureRequest request =
UpdateFeatureRequest.newBuilder()
.setFeature(Feature.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
ApiFuture<Operation> future =
featureRegistryServiceClient.updateFeatureCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeatureAsync(FeatureName name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
FeatureName name =
FeatureName.ofProjectLocationFeatureGroupFeatureName(
"[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]", "[FEATURE]");
featureRegistryServiceClient.deleteFeatureAsync(name).get();
}
name - Required. The name of the Features to be deleted. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}`
`projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeatureAsync(String name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
String name =
FeatureName.ofProjectLocationFeaturestoreEntityTypeFeatureName(
"[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]", "[FEATURE]")
.toString();
featureRegistryServiceClient.deleteFeatureAsync(name).get();
}
name - Required. The name of the Features to be deleted. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}`
`projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeatureAsync(DeleteFeatureRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
DeleteFeatureRequest request =
DeleteFeatureRequest.newBuilder()
.setName(
FeatureName.ofProjectLocationFeatureGroupFeatureName(
"[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]", "[FEATURE]")
.toString())
.build();
featureRegistryServiceClient.deleteFeatureAsync(request).get();
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.OperationCallable<DeleteFeatureRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeatureOperationCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
DeleteFeatureRequest request =
DeleteFeatureRequest.newBuilder()
.setName(
FeatureName.ofProjectLocationFeatureGroupFeatureName(
"[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]", "[FEATURE]")
.toString())
.build();
OperationFuture<Empty, DeleteOperationMetadata> future =
featureRegistryServiceClient.deleteFeatureOperationCallable().futureCall(request);
// Do something.
future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<DeleteFeatureRequest,com.google.longrunning.Operation> deleteFeatureCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
DeleteFeatureRequest request =
DeleteFeatureRequest.newBuilder()
.setName(
FeatureName.ofProjectLocationFeatureGroupFeatureName(
"[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]", "[FEATURE]")
.toString())
.build();
ApiFuture<Operation> future =
featureRegistryServiceClient.deleteFeatureCallable().futureCall(request);
// Do something.
future.get();
}
public final FeatureRegistryServiceClient.ListLocationsPagedResponse listLocations(com.google.cloud.location.ListLocationsRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
ListLocationsRequest request =
ListLocationsRequest.newBuilder()
.setName("name3373707")
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.build();
for (Location element : featureRegistryServiceClient.listLocations(request).iterateAll()) {
// doThingsWith(element);
}
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,FeatureRegistryServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
ListLocationsRequest request =
ListLocationsRequest.newBuilder()
.setName("name3373707")
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.build();
ApiFuture<Location> future =
featureRegistryServiceClient.listLocationsPagedCallable().futureCall(request);
// Do something.
for (Location element : future.get().iterateAll()) {
// doThingsWith(element);
}
}
public final com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
ListLocationsRequest request =
ListLocationsRequest.newBuilder()
.setName("name3373707")
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.build();
while (true) {
ListLocationsResponse response =
featureRegistryServiceClient.listLocationsCallable().call(request);
for (Location element : response.getLocationsList()) {
// doThingsWith(element);
}
String nextPageToken = response.getNextPageToken();
if (!Strings.isNullOrEmpty(nextPageToken)) {
request = request.toBuilder().setPageToken(nextPageToken).build();
} else {
break;
}
}
}
public final com.google.cloud.location.Location getLocation(com.google.cloud.location.GetLocationRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
GetLocationRequest request = GetLocationRequest.newBuilder().setName("name3373707").build();
Location response = featureRegistryServiceClient.getLocation(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
GetLocationRequest request = GetLocationRequest.newBuilder().setName("name3373707").build();
ApiFuture<Location> future =
featureRegistryServiceClient.getLocationCallable().futureCall(request);
// Do something.
Location response = future.get();
}
public final com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request)
Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED`errors.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
SetIamPolicyRequest request =
SetIamPolicyRequest.newBuilder()
.setResource(
EndpointName.ofProjectLocationEndpointName(
"[PROJECT]", "[LOCATION]", "[ENDPOINT]")
.toString())
.setPolicy(Policy.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
Policy response = featureRegistryServiceClient.setIamPolicy(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicyCallable()
Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED`errors.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
SetIamPolicyRequest request =
SetIamPolicyRequest.newBuilder()
.setResource(
EndpointName.ofProjectLocationEndpointName(
"[PROJECT]", "[LOCATION]", "[ENDPOINT]")
.toString())
.setPolicy(Policy.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
ApiFuture<Policy> future =
featureRegistryServiceClient.setIamPolicyCallable().futureCall(request);
// Do something.
Policy response = future.get();
}
public final com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
GetIamPolicyRequest request =
GetIamPolicyRequest.newBuilder()
.setResource(
EndpointName.ofProjectLocationEndpointName(
"[PROJECT]", "[LOCATION]", "[ENDPOINT]")
.toString())
.setOptions(GetPolicyOptions.newBuilder().build())
.build();
Policy response = featureRegistryServiceClient.getIamPolicy(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicyCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
GetIamPolicyRequest request =
GetIamPolicyRequest.newBuilder()
.setResource(
EndpointName.ofProjectLocationEndpointName(
"[PROJECT]", "[LOCATION]", "[ENDPOINT]")
.toString())
.setOptions(GetPolicyOptions.newBuilder().build())
.build();
ApiFuture<Policy> future =
featureRegistryServiceClient.getIamPolicyCallable().futureCall(request);
// Do something.
Policy response = future.get();
}
public final com.google.iam.v1.TestIamPermissionsResponse testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request)
Note: This operation is designed to be used for buildingpermission-aware UIs and command-line tools, not for authorizationchecking. This operation may "fail open" without warning.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
TestIamPermissionsRequest request =
TestIamPermissionsRequest.newBuilder()
.setResource(
EndpointName.ofProjectLocationEndpointName(
"[PROJECT]", "[LOCATION]", "[ENDPOINT]")
.toString())
.addAllPermissions(new ArrayList<String>())
.build();
TestIamPermissionsResponse response =
featureRegistryServiceClient.testIamPermissions(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsCallable()
Note: This operation is designed to be used for buildingpermission-aware UIs and command-line tools, not for authorizationchecking. This operation may "fail open" without warning.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
TestIamPermissionsRequest request =
TestIamPermissionsRequest.newBuilder()
.setResource(
EndpointName.ofProjectLocationEndpointName(
"[PROJECT]", "[LOCATION]", "[ENDPOINT]")
.toString())
.addAllPermissions(new ArrayList<String>())
.build();
ApiFuture<TestIamPermissionsResponse> future =
featureRegistryServiceClient.testIamPermissionsCallable().futureCall(request);
// Do something.
TestIamPermissionsResponse response = future.get();
}
public final void close()
close in interface AutoCloseablepublic void shutdown()
shutdown in interface com.google.api.gax.core.BackgroundResourcepublic boolean isShutdown()
isShutdown in interface com.google.api.gax.core.BackgroundResourcepublic boolean isTerminated()
isTerminated in interface com.google.api.gax.core.BackgroundResourcepublic void shutdownNow()
shutdownNow in interface com.google.api.gax.core.BackgroundResourcepublic boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
awaitTermination in interface com.google.api.gax.core.BackgroundResourceInterruptedExceptionCopyright © 2025 Google LLC. All rights reserved.