@BetaApi @Generated(value="by gapic-generator-java") public class FeaturestoreServiceClient 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 for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
FeaturestoreName name = FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]");
Featurestore response = featurestoreServiceClient.getFeaturestore(name);
}
Note: close() needs to be called on the FeaturestoreServiceClient object to clean up resources such as threads. In the example above, try-with-resources is used, which automatically calls close().
The surface of this class includes several types of Java methods for each of the API's methods:
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 FeaturestoreServiceSettings to create(). For example:
To customize credentials:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
FeaturestoreServiceSettings featurestoreServiceSettings =
FeaturestoreServiceSettings.newBuilder()
.setCredentialsProvider(FixedCredentialsProvider.create(myCredentials))
.build();
FeaturestoreServiceClient featurestoreServiceClient =
FeaturestoreServiceClient.create(featurestoreServiceSettings);
To customize the endpoint:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
FeaturestoreServiceSettings featurestoreServiceSettings =
FeaturestoreServiceSettings.newBuilder().setEndpoint(myEndpoint).build();
FeaturestoreServiceClient featurestoreServiceClient =
FeaturestoreServiceClient.create(featurestoreServiceSettings);
Please refer to the GitHub repository's samples for more quickstart code snippets.
| Modifier | Constructor and Description |
|---|---|
protected |
FeaturestoreServiceClient(FeaturestoreServiceSettings settings)
Constructs an instance of FeaturestoreServiceClient, using the given settings.
|
protected |
FeaturestoreServiceClient(FeaturestoreServiceStub 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 EntityType.
|
com.google.api.gax.longrunning.OperationFuture<BatchCreateFeaturesResponse,BatchCreateFeaturesOperationMetadata> |
batchCreateFeaturesAsync(EntityTypeName parent,
List<CreateFeatureRequest> requests)
Creates a batch of Features in a given EntityType.
|
com.google.api.gax.longrunning.OperationFuture<BatchCreateFeaturesResponse,BatchCreateFeaturesOperationMetadata> |
batchCreateFeaturesAsync(String parent,
List<CreateFeatureRequest> requests)
Creates a batch of Features in a given EntityType.
|
com.google.api.gax.rpc.UnaryCallable<BatchCreateFeaturesRequest,com.google.longrunning.Operation> |
batchCreateFeaturesCallable()
Creates a batch of Features in a given EntityType.
|
com.google.api.gax.rpc.OperationCallable<BatchCreateFeaturesRequest,BatchCreateFeaturesResponse,BatchCreateFeaturesOperationMetadata> |
batchCreateFeaturesOperationCallable()
Creates a batch of Features in a given EntityType.
|
com.google.api.gax.longrunning.OperationFuture<BatchReadFeatureValuesResponse,BatchReadFeatureValuesOperationMetadata> |
batchReadFeatureValuesAsync(BatchReadFeatureValuesRequest request)
Batch reads Feature values from a Featurestore.
|
com.google.api.gax.longrunning.OperationFuture<BatchReadFeatureValuesResponse,BatchReadFeatureValuesOperationMetadata> |
batchReadFeatureValuesAsync(FeaturestoreName featurestore)
Batch reads Feature values from a Featurestore.
|
com.google.api.gax.longrunning.OperationFuture<BatchReadFeatureValuesResponse,BatchReadFeatureValuesOperationMetadata> |
batchReadFeatureValuesAsync(String featurestore)
Batch reads Feature values from a Featurestore.
|
com.google.api.gax.rpc.UnaryCallable<BatchReadFeatureValuesRequest,com.google.longrunning.Operation> |
batchReadFeatureValuesCallable()
Batch reads Feature values from a Featurestore.
|
com.google.api.gax.rpc.OperationCallable<BatchReadFeatureValuesRequest,BatchReadFeatureValuesResponse,BatchReadFeatureValuesOperationMetadata> |
batchReadFeatureValuesOperationCallable()
Batch reads Feature values from a Featurestore.
|
void |
close() |
static FeaturestoreServiceClient |
create()
Constructs an instance of FeaturestoreServiceClient with default settings.
|
static FeaturestoreServiceClient |
create(FeaturestoreServiceSettings settings)
Constructs an instance of FeaturestoreServiceClient, using the given settings.
|
static FeaturestoreServiceClient |
create(FeaturestoreServiceStub stub)
Constructs an instance of FeaturestoreServiceClient, using the given stub for making calls.
|
com.google.api.gax.longrunning.OperationFuture<EntityType,CreateEntityTypeOperationMetadata> |
createEntityTypeAsync(CreateEntityTypeRequest request)
Creates a new EntityType in a given Featurestore.
|
com.google.api.gax.longrunning.OperationFuture<EntityType,CreateEntityTypeOperationMetadata> |
createEntityTypeAsync(FeaturestoreName parent,
EntityType entityType)
Creates a new EntityType in a given Featurestore.
|
com.google.api.gax.longrunning.OperationFuture<EntityType,CreateEntityTypeOperationMetadata> |
createEntityTypeAsync(FeaturestoreName parent,
EntityType entityType,
String entityTypeId)
Creates a new EntityType in a given Featurestore.
|
com.google.api.gax.longrunning.OperationFuture<EntityType,CreateEntityTypeOperationMetadata> |
createEntityTypeAsync(String parent,
EntityType entityType)
Creates a new EntityType in a given Featurestore.
|
com.google.api.gax.longrunning.OperationFuture<EntityType,CreateEntityTypeOperationMetadata> |
createEntityTypeAsync(String parent,
EntityType entityType,
String entityTypeId)
Creates a new EntityType in a given Featurestore.
|
com.google.api.gax.rpc.UnaryCallable<CreateEntityTypeRequest,com.google.longrunning.Operation> |
createEntityTypeCallable()
Creates a new EntityType in a given Featurestore.
|
com.google.api.gax.rpc.OperationCallable<CreateEntityTypeRequest,EntityType,CreateEntityTypeOperationMetadata> |
createEntityTypeOperationCallable()
Creates a new EntityType in a given Featurestore.
|
com.google.api.gax.longrunning.OperationFuture<Feature,CreateFeatureOperationMetadata> |
createFeatureAsync(CreateFeatureRequest request)
Creates a new Feature in a given EntityType.
|
com.google.api.gax.longrunning.OperationFuture<Feature,CreateFeatureOperationMetadata> |
createFeatureAsync(EntityTypeName parent,
Feature feature)
Creates a new Feature in a given EntityType.
|
com.google.api.gax.longrunning.OperationFuture<Feature,CreateFeatureOperationMetadata> |
createFeatureAsync(EntityTypeName parent,
Feature feature,
String featureId)
Creates a new Feature in a given EntityType.
|
com.google.api.gax.longrunning.OperationFuture<Feature,CreateFeatureOperationMetadata> |
createFeatureAsync(String parent,
Feature feature)
Creates a new Feature in a given EntityType.
|
com.google.api.gax.longrunning.OperationFuture<Feature,CreateFeatureOperationMetadata> |
createFeatureAsync(String parent,
Feature feature,
String featureId)
Creates a new Feature in a given EntityType.
|
com.google.api.gax.rpc.UnaryCallable<CreateFeatureRequest,com.google.longrunning.Operation> |
createFeatureCallable()
Creates a new Feature in a given EntityType.
|
com.google.api.gax.rpc.OperationCallable<CreateFeatureRequest,Feature,CreateFeatureOperationMetadata> |
createFeatureOperationCallable()
Creates a new Feature in a given EntityType.
|
com.google.api.gax.longrunning.OperationFuture<Featurestore,CreateFeaturestoreOperationMetadata> |
createFeaturestoreAsync(CreateFeaturestoreRequest request)
Creates a new Featurestore in a given project and location.
|
com.google.api.gax.longrunning.OperationFuture<Featurestore,CreateFeaturestoreOperationMetadata> |
createFeaturestoreAsync(LocationName parent,
Featurestore featurestore)
Creates a new Featurestore in a given project and location.
|
com.google.api.gax.longrunning.OperationFuture<Featurestore,CreateFeaturestoreOperationMetadata> |
createFeaturestoreAsync(LocationName parent,
Featurestore featurestore,
String featurestoreId)
Creates a new Featurestore in a given project and location.
|
com.google.api.gax.longrunning.OperationFuture<Featurestore,CreateFeaturestoreOperationMetadata> |
createFeaturestoreAsync(String parent,
Featurestore featurestore)
Creates a new Featurestore in a given project and location.
|
com.google.api.gax.longrunning.OperationFuture<Featurestore,CreateFeaturestoreOperationMetadata> |
createFeaturestoreAsync(String parent,
Featurestore featurestore,
String featurestoreId)
Creates a new Featurestore in a given project and location.
|
com.google.api.gax.rpc.UnaryCallable<CreateFeaturestoreRequest,com.google.longrunning.Operation> |
createFeaturestoreCallable()
Creates a new Featurestore in a given project and location.
|
com.google.api.gax.rpc.OperationCallable<CreateFeaturestoreRequest,Featurestore,CreateFeaturestoreOperationMetadata> |
createFeaturestoreOperationCallable()
Creates a new Featurestore in a given project and location.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteEntityTypeAsync(DeleteEntityTypeRequest request)
Deletes a single EntityType.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteEntityTypeAsync(EntityTypeName name)
Deletes a single EntityType.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteEntityTypeAsync(EntityTypeName name,
boolean force)
Deletes a single EntityType.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteEntityTypeAsync(String name)
Deletes a single EntityType.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteEntityTypeAsync(String name,
boolean force)
Deletes a single EntityType.
|
com.google.api.gax.rpc.UnaryCallable<DeleteEntityTypeRequest,com.google.longrunning.Operation> |
deleteEntityTypeCallable()
Deletes a single EntityType.
|
com.google.api.gax.rpc.OperationCallable<DeleteEntityTypeRequest,com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteEntityTypeOperationCallable()
Deletes a single EntityType.
|
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.rpc.OperationCallable<DeleteFeatureRequest,com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteFeatureOperationCallable()
Deletes a single Feature.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteFeaturestoreAsync(DeleteFeaturestoreRequest request)
Deletes a single Featurestore.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteFeaturestoreAsync(FeaturestoreName name)
Deletes a single Featurestore.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteFeaturestoreAsync(FeaturestoreName name,
boolean force)
Deletes a single Featurestore.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteFeaturestoreAsync(String name)
Deletes a single Featurestore.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteFeaturestoreAsync(String name,
boolean force)
Deletes a single Featurestore.
|
com.google.api.gax.rpc.UnaryCallable<DeleteFeaturestoreRequest,com.google.longrunning.Operation> |
deleteFeaturestoreCallable()
Deletes a single Featurestore.
|
com.google.api.gax.rpc.OperationCallable<DeleteFeaturestoreRequest,com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteFeaturestoreOperationCallable()
Deletes a single Featurestore.
|
com.google.api.gax.longrunning.OperationFuture<ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata> |
exportFeatureValuesAsync(EntityTypeName entityType)
Exports Feature values from all the entities of a target EntityType.
|
com.google.api.gax.longrunning.OperationFuture<ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata> |
exportFeatureValuesAsync(ExportFeatureValuesRequest request)
Exports Feature values from all the entities of a target EntityType.
|
com.google.api.gax.longrunning.OperationFuture<ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata> |
exportFeatureValuesAsync(String entityType)
Exports Feature values from all the entities of a target EntityType.
|
com.google.api.gax.rpc.UnaryCallable<ExportFeatureValuesRequest,com.google.longrunning.Operation> |
exportFeatureValuesCallable()
Exports Feature values from all the entities of a target EntityType.
|
com.google.api.gax.rpc.OperationCallable<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata> |
exportFeatureValuesOperationCallable()
Exports Feature values from all the entities of a target EntityType.
|
EntityType |
getEntityType(EntityTypeName name)
Gets details of a single EntityType.
|
EntityType |
getEntityType(GetEntityTypeRequest request)
Gets details of a single EntityType.
|
EntityType |
getEntityType(String name)
Gets details of a single EntityType.
|
com.google.api.gax.rpc.UnaryCallable<GetEntityTypeRequest,EntityType> |
getEntityTypeCallable()
Gets details of a single EntityType.
|
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.
|
Featurestore |
getFeaturestore(FeaturestoreName name)
Gets details of a single Featurestore.
|
Featurestore |
getFeaturestore(GetFeaturestoreRequest request)
Gets details of a single Featurestore.
|
Featurestore |
getFeaturestore(String name)
Gets details of a single Featurestore.
|
com.google.api.gax.rpc.UnaryCallable<GetFeaturestoreRequest,Featurestore> |
getFeaturestoreCallable()
Gets details of a single Featurestore.
|
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.
|
FeaturestoreServiceSettings |
getSettings() |
FeaturestoreServiceStub |
getStub() |
com.google.api.gax.longrunning.OperationFuture<ImportFeatureValuesResponse,ImportFeatureValuesOperationMetadata> |
importFeatureValuesAsync(EntityTypeName entityType)
Imports Feature values into the Featurestore from a source storage.
|
com.google.api.gax.longrunning.OperationFuture<ImportFeatureValuesResponse,ImportFeatureValuesOperationMetadata> |
importFeatureValuesAsync(ImportFeatureValuesRequest request)
Imports Feature values into the Featurestore from a source storage.
|
com.google.api.gax.longrunning.OperationFuture<ImportFeatureValuesResponse,ImportFeatureValuesOperationMetadata> |
importFeatureValuesAsync(String entityType)
Imports Feature values into the Featurestore from a source storage.
|
com.google.api.gax.rpc.UnaryCallable<ImportFeatureValuesRequest,com.google.longrunning.Operation> |
importFeatureValuesCallable()
Imports Feature values into the Featurestore from a source storage.
|
com.google.api.gax.rpc.OperationCallable<ImportFeatureValuesRequest,ImportFeatureValuesResponse,ImportFeatureValuesOperationMetadata> |
importFeatureValuesOperationCallable()
Imports Feature values into the Featurestore from a source storage.
|
boolean |
isShutdown() |
boolean |
isTerminated() |
FeaturestoreServiceClient.ListEntityTypesPagedResponse |
listEntityTypes(FeaturestoreName parent)
Lists EntityTypes in a given Featurestore.
|
FeaturestoreServiceClient.ListEntityTypesPagedResponse |
listEntityTypes(ListEntityTypesRequest request)
Lists EntityTypes in a given Featurestore.
|
FeaturestoreServiceClient.ListEntityTypesPagedResponse |
listEntityTypes(String parent)
Lists EntityTypes in a given Featurestore.
|
com.google.api.gax.rpc.UnaryCallable<ListEntityTypesRequest,ListEntityTypesResponse> |
listEntityTypesCallable()
Lists EntityTypes in a given Featurestore.
|
com.google.api.gax.rpc.UnaryCallable<ListEntityTypesRequest,FeaturestoreServiceClient.ListEntityTypesPagedResponse> |
listEntityTypesPagedCallable()
Lists EntityTypes in a given Featurestore.
|
FeaturestoreServiceClient.ListFeaturesPagedResponse |
listFeatures(EntityTypeName parent)
Lists Features in a given EntityType.
|
FeaturestoreServiceClient.ListFeaturesPagedResponse |
listFeatures(ListFeaturesRequest request)
Lists Features in a given EntityType.
|
FeaturestoreServiceClient.ListFeaturesPagedResponse |
listFeatures(String parent)
Lists Features in a given EntityType.
|
com.google.api.gax.rpc.UnaryCallable<ListFeaturesRequest,ListFeaturesResponse> |
listFeaturesCallable()
Lists Features in a given EntityType.
|
com.google.api.gax.rpc.UnaryCallable<ListFeaturesRequest,FeaturestoreServiceClient.ListFeaturesPagedResponse> |
listFeaturesPagedCallable()
Lists Features in a given EntityType.
|
FeaturestoreServiceClient.ListFeaturestoresPagedResponse |
listFeaturestores(ListFeaturestoresRequest request)
Lists Featurestores in a given project and location.
|
FeaturestoreServiceClient.ListFeaturestoresPagedResponse |
listFeaturestores(LocationName parent)
Lists Featurestores in a given project and location.
|
FeaturestoreServiceClient.ListFeaturestoresPagedResponse |
listFeaturestores(String parent)
Lists Featurestores in a given project and location.
|
com.google.api.gax.rpc.UnaryCallable<ListFeaturestoresRequest,ListFeaturestoresResponse> |
listFeaturestoresCallable()
Lists Featurestores in a given project and location.
|
com.google.api.gax.rpc.UnaryCallable<ListFeaturestoresRequest,FeaturestoreServiceClient.ListFeaturestoresPagedResponse> |
listFeaturestoresPagedCallable()
Lists Featurestores in a given project and location.
|
FeaturestoreServiceClient.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,FeaturestoreServiceClient.ListLocationsPagedResponse> |
listLocationsPagedCallable()
Lists information about the supported locations for this service.
|
FeaturestoreServiceClient.SearchFeaturesPagedResponse |
searchFeatures(LocationName location)
Searches Features matching a query in a given project.
|
FeaturestoreServiceClient.SearchFeaturesPagedResponse |
searchFeatures(LocationName location,
String query)
Searches Features matching a query in a given project.
|
FeaturestoreServiceClient.SearchFeaturesPagedResponse |
searchFeatures(SearchFeaturesRequest request)
Searches Features matching a query in a given project.
|
FeaturestoreServiceClient.SearchFeaturesPagedResponse |
searchFeatures(String location)
Searches Features matching a query in a given project.
|
FeaturestoreServiceClient.SearchFeaturesPagedResponse |
searchFeatures(String location,
String query)
Searches Features matching a query in a given project.
|
com.google.api.gax.rpc.UnaryCallable<SearchFeaturesRequest,SearchFeaturesResponse> |
searchFeaturesCallable()
Searches Features matching a query in a given project.
|
com.google.api.gax.rpc.UnaryCallable<SearchFeaturesRequest,FeaturestoreServiceClient.SearchFeaturesPagedResponse> |
searchFeaturesPagedCallable()
Searches Features matching a query in a given project.
|
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.
|
EntityType |
updateEntityType(EntityType entityType,
com.google.protobuf.FieldMask updateMask)
Updates the parameters of a single EntityType.
|
EntityType |
updateEntityType(UpdateEntityTypeRequest request)
Updates the parameters of a single EntityType.
|
com.google.api.gax.rpc.UnaryCallable<UpdateEntityTypeRequest,EntityType> |
updateEntityTypeCallable()
Updates the parameters of a single EntityType.
|
Feature |
updateFeature(Feature feature,
com.google.protobuf.FieldMask updateMask)
Updates the parameters of a single Feature.
|
Feature |
updateFeature(UpdateFeatureRequest request)
Updates the parameters of a single Feature.
|
com.google.api.gax.rpc.UnaryCallable<UpdateFeatureRequest,Feature> |
updateFeatureCallable()
Updates the parameters of a single Feature.
|
com.google.api.gax.longrunning.OperationFuture<Featurestore,UpdateFeaturestoreOperationMetadata> |
updateFeaturestoreAsync(Featurestore featurestore,
com.google.protobuf.FieldMask updateMask)
Updates the parameters of a single Featurestore.
|
com.google.api.gax.longrunning.OperationFuture<Featurestore,UpdateFeaturestoreOperationMetadata> |
updateFeaturestoreAsync(UpdateFeaturestoreRequest request)
Updates the parameters of a single Featurestore.
|
com.google.api.gax.rpc.UnaryCallable<UpdateFeaturestoreRequest,com.google.longrunning.Operation> |
updateFeaturestoreCallable()
Updates the parameters of a single Featurestore.
|
com.google.api.gax.rpc.OperationCallable<UpdateFeaturestoreRequest,Featurestore,UpdateFeaturestoreOperationMetadata> |
updateFeaturestoreOperationCallable()
Updates the parameters of a single Featurestore.
|
protected FeaturestoreServiceClient(FeaturestoreServiceSettings settings) throws IOException
IOExceptionprotected FeaturestoreServiceClient(FeaturestoreServiceStub stub)
public static final FeaturestoreServiceClient create() throws IOException
IOExceptionpublic static final FeaturestoreServiceClient create(FeaturestoreServiceSettings settings) throws IOException
IOExceptionpublic static final FeaturestoreServiceClient create(FeaturestoreServiceStub stub)
public final FeaturestoreServiceSettings getSettings()
public FeaturestoreServiceStub getStub()
public final com.google.longrunning.OperationsClient getOperationsClient()
public final com.google.api.gax.longrunning.OperationFuture<Featurestore,CreateFeaturestoreOperationMetadata> createFeaturestoreAsync(LocationName parent, Featurestore featurestore)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
Featurestore featurestore = Featurestore.newBuilder().build();
Featurestore response =
featurestoreServiceClient.createFeaturestoreAsync(parent, featurestore).get();
}
parent - Required. The resource name of the Location to create Featurestores. Format:
`projects/{project}/locations/{location}'`featurestore - Required. The Featurestore to create.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<Featurestore,CreateFeaturestoreOperationMetadata> createFeaturestoreAsync(String parent, Featurestore featurestore)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
Featurestore featurestore = Featurestore.newBuilder().build();
Featurestore response =
featurestoreServiceClient.createFeaturestoreAsync(parent, featurestore).get();
}
parent - Required. The resource name of the Location to create Featurestores. Format:
`projects/{project}/locations/{location}'`featurestore - Required. The Featurestore to create.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<Featurestore,CreateFeaturestoreOperationMetadata> createFeaturestoreAsync(LocationName parent, Featurestore featurestore, String featurestoreId)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
Featurestore featurestore = Featurestore.newBuilder().build();
String featurestoreId = "featurestoreId-1315851738";
Featurestore response =
featurestoreServiceClient
.createFeaturestoreAsync(parent, featurestore, featurestoreId)
.get();
}
parent - Required. The resource name of the Location to create Featurestores. Format:
`projects/{project}/locations/{location}'`featurestore - Required. The Featurestore to create.featurestoreId - Required. The ID to use for this Featurestore, which will become the
final component of the Featurestore's resource name.
This value may be up to 60 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<Featurestore,CreateFeaturestoreOperationMetadata> createFeaturestoreAsync(String parent, Featurestore featurestore, String featurestoreId)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
Featurestore featurestore = Featurestore.newBuilder().build();
String featurestoreId = "featurestoreId-1315851738";
Featurestore response =
featurestoreServiceClient
.createFeaturestoreAsync(parent, featurestore, featurestoreId)
.get();
}
parent - Required. The resource name of the Location to create Featurestores. Format:
`projects/{project}/locations/{location}'`featurestore - Required. The Featurestore to create.featurestoreId - Required. The ID to use for this Featurestore, which will become the
final component of the Featurestore's resource name.
This value may be up to 60 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<Featurestore,CreateFeaturestoreOperationMetadata> createFeaturestoreAsync(CreateFeaturestoreRequest request)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
CreateFeaturestoreRequest request =
CreateFeaturestoreRequest.newBuilder()
.setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setFeaturestore(Featurestore.newBuilder().build())
.setFeaturestoreId("featurestoreId-1315851738")
.build();
Featurestore response = featurestoreServiceClient.createFeaturestoreAsync(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<CreateFeaturestoreRequest,Featurestore,CreateFeaturestoreOperationMetadata> createFeaturestoreOperationCallable()
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
CreateFeaturestoreRequest request =
CreateFeaturestoreRequest.newBuilder()
.setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setFeaturestore(Featurestore.newBuilder().build())
.setFeaturestoreId("featurestoreId-1315851738")
.build();
OperationFuture<Featurestore, CreateFeaturestoreOperationMetadata> future =
featurestoreServiceClient.createFeaturestoreOperationCallable().futureCall(request);
// Do something.
Featurestore response = future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<CreateFeaturestoreRequest,com.google.longrunning.Operation> createFeaturestoreCallable()
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
CreateFeaturestoreRequest request =
CreateFeaturestoreRequest.newBuilder()
.setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setFeaturestore(Featurestore.newBuilder().build())
.setFeaturestoreId("featurestoreId-1315851738")
.build();
ApiFuture<Operation> future =
featurestoreServiceClient.createFeaturestoreCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final Featurestore getFeaturestore(FeaturestoreName name)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
FeaturestoreName name = FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]");
Featurestore response = featurestoreServiceClient.getFeaturestore(name);
}
name - Required. The name of the Featurestore resource.com.google.api.gax.rpc.ApiException - if the remote call failspublic final Featurestore getFeaturestore(String name)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
String name = FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]").toString();
Featurestore response = featurestoreServiceClient.getFeaturestore(name);
}
name - Required. The name of the Featurestore resource.com.google.api.gax.rpc.ApiException - if the remote call failspublic final Featurestore getFeaturestore(GetFeaturestoreRequest request)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
GetFeaturestoreRequest request =
GetFeaturestoreRequest.newBuilder()
.setName(FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]").toString())
.build();
Featurestore response = featurestoreServiceClient.getFeaturestore(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<GetFeaturestoreRequest,Featurestore> getFeaturestoreCallable()
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
GetFeaturestoreRequest request =
GetFeaturestoreRequest.newBuilder()
.setName(FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]").toString())
.build();
ApiFuture<Featurestore> future =
featurestoreServiceClient.getFeaturestoreCallable().futureCall(request);
// Do something.
Featurestore response = future.get();
}
public final FeaturestoreServiceClient.ListFeaturestoresPagedResponse listFeaturestores(LocationName parent)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
for (Featurestore element :
featurestoreServiceClient.listFeaturestores(parent).iterateAll()) {
// doThingsWith(element);
}
}
parent - Required. The resource name of the Location to list Featurestores. Format:
`projects/{project}/locations/{location}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final FeaturestoreServiceClient.ListFeaturestoresPagedResponse listFeaturestores(String parent)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
for (Featurestore element :
featurestoreServiceClient.listFeaturestores(parent).iterateAll()) {
// doThingsWith(element);
}
}
parent - Required. The resource name of the Location to list Featurestores. Format:
`projects/{project}/locations/{location}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final FeaturestoreServiceClient.ListFeaturestoresPagedResponse listFeaturestores(ListFeaturestoresRequest request)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
ListFeaturestoresRequest request =
ListFeaturestoresRequest.newBuilder()
.setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.setOrderBy("orderBy-1207110587")
.setReadMask(FieldMask.newBuilder().build())
.build();
for (Featurestore element :
featurestoreServiceClient.listFeaturestores(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<ListFeaturestoresRequest,FeaturestoreServiceClient.ListFeaturestoresPagedResponse> listFeaturestoresPagedCallable()
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
ListFeaturestoresRequest request =
ListFeaturestoresRequest.newBuilder()
.setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.setOrderBy("orderBy-1207110587")
.setReadMask(FieldMask.newBuilder().build())
.build();
ApiFuture<Featurestore> future =
featurestoreServiceClient.listFeaturestoresPagedCallable().futureCall(request);
// Do something.
for (Featurestore element : future.get().iterateAll()) {
// doThingsWith(element);
}
}
public final com.google.api.gax.rpc.UnaryCallable<ListFeaturestoresRequest,ListFeaturestoresResponse> listFeaturestoresCallable()
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
ListFeaturestoresRequest request =
ListFeaturestoresRequest.newBuilder()
.setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.setOrderBy("orderBy-1207110587")
.setReadMask(FieldMask.newBuilder().build())
.build();
while (true) {
ListFeaturestoresResponse response =
featurestoreServiceClient.listFeaturestoresCallable().call(request);
for (Featurestore element : response.getFeaturestoresList()) {
// 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<Featurestore,UpdateFeaturestoreOperationMetadata> updateFeaturestoreAsync(Featurestore featurestore, com.google.protobuf.FieldMask updateMask)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
Featurestore featurestore = Featurestore.newBuilder().build();
FieldMask updateMask = FieldMask.newBuilder().build();
Featurestore response =
featurestoreServiceClient.updateFeaturestoreAsync(featurestore, updateMask).get();
}
featurestore - Required. The Featurestore's `name` field is used to identify the
Featurestore to be updated. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}`updateMask - Field mask is used to specify the fields to be overwritten in the
Featurestore 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` * `online_serving_config.fixed_node_count` * `online_serving_config.scaling`
com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<Featurestore,UpdateFeaturestoreOperationMetadata> updateFeaturestoreAsync(UpdateFeaturestoreRequest request)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
UpdateFeaturestoreRequest request =
UpdateFeaturestoreRequest.newBuilder()
.setFeaturestore(Featurestore.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
Featurestore response = featurestoreServiceClient.updateFeaturestoreAsync(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<UpdateFeaturestoreRequest,Featurestore,UpdateFeaturestoreOperationMetadata> updateFeaturestoreOperationCallable()
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
UpdateFeaturestoreRequest request =
UpdateFeaturestoreRequest.newBuilder()
.setFeaturestore(Featurestore.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
OperationFuture<Featurestore, UpdateFeaturestoreOperationMetadata> future =
featurestoreServiceClient.updateFeaturestoreOperationCallable().futureCall(request);
// Do something.
Featurestore response = future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<UpdateFeaturestoreRequest,com.google.longrunning.Operation> updateFeaturestoreCallable()
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
UpdateFeaturestoreRequest request =
UpdateFeaturestoreRequest.newBuilder()
.setFeaturestore(Featurestore.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
ApiFuture<Operation> future =
featurestoreServiceClient.updateFeaturestoreCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeaturestoreAsync(FeaturestoreName name)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
FeaturestoreName name = FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]");
featurestoreServiceClient.deleteFeaturestoreAsync(name).get();
}
name - Required. The name of the Featurestore to be deleted. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeaturestoreAsync(String name)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
String name = FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]").toString();
featurestoreServiceClient.deleteFeaturestoreAsync(name).get();
}
name - Required. The name of the Featurestore to be deleted. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeaturestoreAsync(FeaturestoreName name, boolean force)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
FeaturestoreName name = FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]");
boolean force = true;
featurestoreServiceClient.deleteFeaturestoreAsync(name, force).get();
}
name - Required. The name of the Featurestore to be deleted. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}`force - If set to true, any EntityTypes and Features for this Featurestore will also be
deleted. (Otherwise, the request will only work if the Featurestore has no EntityTypes.)com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeaturestoreAsync(String name, boolean force)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
String name = FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]").toString();
boolean force = true;
featurestoreServiceClient.deleteFeaturestoreAsync(name, force).get();
}
name - Required. The name of the Featurestore to be deleted. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}`force - If set to true, any EntityTypes and Features for this Featurestore will also be
deleted. (Otherwise, the request will only work if the Featurestore has no EntityTypes.)com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeaturestoreAsync(DeleteFeaturestoreRequest request)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
DeleteFeaturestoreRequest request =
DeleteFeaturestoreRequest.newBuilder()
.setName(FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]").toString())
.setForce(true)
.build();
featurestoreServiceClient.deleteFeaturestoreAsync(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<DeleteFeaturestoreRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeaturestoreOperationCallable()
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
DeleteFeaturestoreRequest request =
DeleteFeaturestoreRequest.newBuilder()
.setName(FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]").toString())
.setForce(true)
.build();
OperationFuture<Empty, DeleteOperationMetadata> future =
featurestoreServiceClient.deleteFeaturestoreOperationCallable().futureCall(request);
// Do something.
future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<DeleteFeaturestoreRequest,com.google.longrunning.Operation> deleteFeaturestoreCallable()
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
DeleteFeaturestoreRequest request =
DeleteFeaturestoreRequest.newBuilder()
.setName(FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]").toString())
.setForce(true)
.build();
ApiFuture<Operation> future =
featurestoreServiceClient.deleteFeaturestoreCallable().futureCall(request);
// Do something.
future.get();
}
public final com.google.api.gax.longrunning.OperationFuture<EntityType,CreateEntityTypeOperationMetadata> createEntityTypeAsync(FeaturestoreName parent, EntityType entityType)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
FeaturestoreName parent = FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]");
EntityType entityType = EntityType.newBuilder().build();
EntityType response =
featurestoreServiceClient.createEntityTypeAsync(parent, entityType).get();
}
parent - Required. The resource name of the Featurestore to create EntityTypes. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}`entityType - The EntityType to create.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<EntityType,CreateEntityTypeOperationMetadata> createEntityTypeAsync(String parent, EntityType entityType)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
String parent = FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]").toString();
EntityType entityType = EntityType.newBuilder().build();
EntityType response =
featurestoreServiceClient.createEntityTypeAsync(parent, entityType).get();
}
parent - Required. The resource name of the Featurestore to create EntityTypes. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}`entityType - The EntityType to create.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<EntityType,CreateEntityTypeOperationMetadata> createEntityTypeAsync(FeaturestoreName parent, EntityType entityType, String entityTypeId)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
FeaturestoreName parent = FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]");
EntityType entityType = EntityType.newBuilder().build();
String entityTypeId = "entityTypeId767740856";
EntityType response =
featurestoreServiceClient.createEntityTypeAsync(parent, entityType, entityTypeId).get();
}
parent - Required. The resource name of the Featurestore to create EntityTypes. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}`entityType - The EntityType to create.entityTypeId - Required. The ID to use for the EntityType, which will become the final
component of the EntityType's resource name.
This value may be up to 60 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number.
The value must be unique within a featurestore.
com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<EntityType,CreateEntityTypeOperationMetadata> createEntityTypeAsync(String parent, EntityType entityType, String entityTypeId)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
String parent = FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]").toString();
EntityType entityType = EntityType.newBuilder().build();
String entityTypeId = "entityTypeId767740856";
EntityType response =
featurestoreServiceClient.createEntityTypeAsync(parent, entityType, entityTypeId).get();
}
parent - Required. The resource name of the Featurestore to create EntityTypes. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}`entityType - The EntityType to create.entityTypeId - Required. The ID to use for the EntityType, which will become the final
component of the EntityType's resource name.
This value may be up to 60 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number.
The value must be unique within a featurestore.
com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<EntityType,CreateEntityTypeOperationMetadata> createEntityTypeAsync(CreateEntityTypeRequest request)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
CreateEntityTypeRequest request =
CreateEntityTypeRequest.newBuilder()
.setParent(
FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]").toString())
.setEntityType(EntityType.newBuilder().build())
.setEntityTypeId("entityTypeId767740856")
.build();
EntityType response = featurestoreServiceClient.createEntityTypeAsync(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<CreateEntityTypeRequest,EntityType,CreateEntityTypeOperationMetadata> createEntityTypeOperationCallable()
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
CreateEntityTypeRequest request =
CreateEntityTypeRequest.newBuilder()
.setParent(
FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]").toString())
.setEntityType(EntityType.newBuilder().build())
.setEntityTypeId("entityTypeId767740856")
.build();
OperationFuture<EntityType, CreateEntityTypeOperationMetadata> future =
featurestoreServiceClient.createEntityTypeOperationCallable().futureCall(request);
// Do something.
EntityType response = future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<CreateEntityTypeRequest,com.google.longrunning.Operation> createEntityTypeCallable()
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
CreateEntityTypeRequest request =
CreateEntityTypeRequest.newBuilder()
.setParent(
FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]").toString())
.setEntityType(EntityType.newBuilder().build())
.setEntityTypeId("entityTypeId767740856")
.build();
ApiFuture<Operation> future =
featurestoreServiceClient.createEntityTypeCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final EntityType getEntityType(EntityTypeName name)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
EntityTypeName name =
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]");
EntityType response = featurestoreServiceClient.getEntityType(name);
}
name - Required. The name of the EntityType resource. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final EntityType getEntityType(String name)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
String name =
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString();
EntityType response = featurestoreServiceClient.getEntityType(name);
}
name - Required. The name of the EntityType resource. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final EntityType getEntityType(GetEntityTypeRequest request)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
GetEntityTypeRequest request =
GetEntityTypeRequest.newBuilder()
.setName(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.build();
EntityType response = featurestoreServiceClient.getEntityType(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<GetEntityTypeRequest,EntityType> getEntityTypeCallable()
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
GetEntityTypeRequest request =
GetEntityTypeRequest.newBuilder()
.setName(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.build();
ApiFuture<EntityType> future =
featurestoreServiceClient.getEntityTypeCallable().futureCall(request);
// Do something.
EntityType response = future.get();
}
public final FeaturestoreServiceClient.ListEntityTypesPagedResponse listEntityTypes(FeaturestoreName parent)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
FeaturestoreName parent = FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]");
for (EntityType element : featurestoreServiceClient.listEntityTypes(parent).iterateAll()) {
// doThingsWith(element);
}
}
parent - Required. The resource name of the Featurestore to list EntityTypes. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final FeaturestoreServiceClient.ListEntityTypesPagedResponse listEntityTypes(String parent)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
String parent = FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]").toString();
for (EntityType element : featurestoreServiceClient.listEntityTypes(parent).iterateAll()) {
// doThingsWith(element);
}
}
parent - Required. The resource name of the Featurestore to list EntityTypes. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final FeaturestoreServiceClient.ListEntityTypesPagedResponse listEntityTypes(ListEntityTypesRequest request)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
ListEntityTypesRequest request =
ListEntityTypesRequest.newBuilder()
.setParent(
FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]").toString())
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.setOrderBy("orderBy-1207110587")
.setReadMask(FieldMask.newBuilder().build())
.build();
for (EntityType element : featurestoreServiceClient.listEntityTypes(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<ListEntityTypesRequest,FeaturestoreServiceClient.ListEntityTypesPagedResponse> listEntityTypesPagedCallable()
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
ListEntityTypesRequest request =
ListEntityTypesRequest.newBuilder()
.setParent(
FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]").toString())
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.setOrderBy("orderBy-1207110587")
.setReadMask(FieldMask.newBuilder().build())
.build();
ApiFuture<EntityType> future =
featurestoreServiceClient.listEntityTypesPagedCallable().futureCall(request);
// Do something.
for (EntityType element : future.get().iterateAll()) {
// doThingsWith(element);
}
}
public final com.google.api.gax.rpc.UnaryCallable<ListEntityTypesRequest,ListEntityTypesResponse> listEntityTypesCallable()
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
ListEntityTypesRequest request =
ListEntityTypesRequest.newBuilder()
.setParent(
FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]").toString())
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.setOrderBy("orderBy-1207110587")
.setReadMask(FieldMask.newBuilder().build())
.build();
while (true) {
ListEntityTypesResponse response =
featurestoreServiceClient.listEntityTypesCallable().call(request);
for (EntityType element : response.getEntityTypesList()) {
// doThingsWith(element);
}
String nextPageToken = response.getNextPageToken();
if (!Strings.isNullOrEmpty(nextPageToken)) {
request = request.toBuilder().setPageToken(nextPageToken).build();
} else {
break;
}
}
}
public final EntityType updateEntityType(EntityType entityType, com.google.protobuf.FieldMask updateMask)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
EntityType entityType = EntityType.newBuilder().build();
FieldMask updateMask = FieldMask.newBuilder().build();
EntityType response = featurestoreServiceClient.updateEntityType(entityType, updateMask);
}
entityType - Required. The EntityType's `name` field is used to identify the EntityType to
be updated. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`updateMask - Field mask is used to specify the fields to be overwritten in the EntityType
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` * `monitoring_config.snapshot_analysis.disabled` * `monitoring_config.snapshot_analysis.monitoring_interval_days` * `monitoring_config.snapshot_analysis.staleness_days` * `monitoring_config.import_features_analysis.state` * `monitoring_config.import_features_analysis.anomaly_detection_baseline` * `monitoring_config.numerical_threshold_config.value` * `monitoring_config.categorical_threshold_config.value`
com.google.api.gax.rpc.ApiException - if the remote call failspublic final EntityType updateEntityType(UpdateEntityTypeRequest request)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
UpdateEntityTypeRequest request =
UpdateEntityTypeRequest.newBuilder()
.setEntityType(EntityType.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
EntityType response = featurestoreServiceClient.updateEntityType(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<UpdateEntityTypeRequest,EntityType> updateEntityTypeCallable()
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
UpdateEntityTypeRequest request =
UpdateEntityTypeRequest.newBuilder()
.setEntityType(EntityType.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
ApiFuture<EntityType> future =
featurestoreServiceClient.updateEntityTypeCallable().futureCall(request);
// Do something.
EntityType response = future.get();
}
public final com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteEntityTypeAsync(EntityTypeName name)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
EntityTypeName name =
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]");
featurestoreServiceClient.deleteEntityTypeAsync(name).get();
}
name - Required. The name of the EntityType to be deleted. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteEntityTypeAsync(String name)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
String name =
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString();
featurestoreServiceClient.deleteEntityTypeAsync(name).get();
}
name - Required. The name of the EntityType to be deleted. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteEntityTypeAsync(EntityTypeName name, boolean force)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
EntityTypeName name =
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]");
boolean force = true;
featurestoreServiceClient.deleteEntityTypeAsync(name, force).get();
}
name - Required. The name of the EntityType to be deleted. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`force - If set to true, any Features for this EntityType will also be deleted. (Otherwise,
the request will only work if the EntityType 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> deleteEntityTypeAsync(String name, boolean force)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
String name =
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString();
boolean force = true;
featurestoreServiceClient.deleteEntityTypeAsync(name, force).get();
}
name - Required. The name of the EntityType to be deleted. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`force - If set to true, any Features for this EntityType will also be deleted. (Otherwise,
the request will only work if the EntityType 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> deleteEntityTypeAsync(DeleteEntityTypeRequest request)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
DeleteEntityTypeRequest request =
DeleteEntityTypeRequest.newBuilder()
.setName(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.setForce(true)
.build();
featurestoreServiceClient.deleteEntityTypeAsync(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<DeleteEntityTypeRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteEntityTypeOperationCallable()
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
DeleteEntityTypeRequest request =
DeleteEntityTypeRequest.newBuilder()
.setName(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.setForce(true)
.build();
OperationFuture<Empty, DeleteOperationMetadata> future =
featurestoreServiceClient.deleteEntityTypeOperationCallable().futureCall(request);
// Do something.
future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<DeleteEntityTypeRequest,com.google.longrunning.Operation> deleteEntityTypeCallable()
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
DeleteEntityTypeRequest request =
DeleteEntityTypeRequest.newBuilder()
.setName(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.setForce(true)
.build();
ApiFuture<Operation> future =
featurestoreServiceClient.deleteEntityTypeCallable().futureCall(request);
// Do something.
future.get();
}
public final com.google.api.gax.longrunning.OperationFuture<Feature,CreateFeatureOperationMetadata> createFeatureAsync(EntityTypeName parent, Feature feature)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
EntityTypeName parent =
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]");
Feature feature = Feature.newBuilder().build();
Feature response = featurestoreServiceClient.createFeatureAsync(parent, feature).get();
}
parent - Required. The resource name of the EntityType to create a Feature. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`feature - Required. The Feature to create.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)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
String parent =
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString();
Feature feature = Feature.newBuilder().build();
Feature response = featurestoreServiceClient.createFeatureAsync(parent, feature).get();
}
parent - Required. The resource name of the EntityType to create a Feature. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`feature - Required. The Feature to create.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<Feature,CreateFeatureOperationMetadata> createFeatureAsync(EntityTypeName parent, Feature feature, String featureId)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
EntityTypeName parent =
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]");
Feature feature = Feature.newBuilder().build();
String featureId = "featureId-420503887";
Feature response =
featurestoreServiceClient.createFeatureAsync(parent, feature, featureId).get();
}
parent - Required. The resource name of the EntityType to create a Feature. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`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 60 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number.
The value must be unique within an EntityType.
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 for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
String parent =
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString();
Feature feature = Feature.newBuilder().build();
String featureId = "featureId-420503887";
Feature response =
featurestoreServiceClient.createFeatureAsync(parent, feature, featureId).get();
}
parent - Required. The resource name of the EntityType to create a Feature. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`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 60 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number.
The value must be unique within an EntityType.
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 for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
CreateFeatureRequest request =
CreateFeatureRequest.newBuilder()
.setParent(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.setFeature(Feature.newBuilder().build())
.setFeatureId("featureId-420503887")
.build();
Feature response = featurestoreServiceClient.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 for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.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 =
featurestoreServiceClient.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 for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.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 =
featurestoreServiceClient.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 for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
EntityTypeName parent =
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]");
List<CreateFeatureRequest> requests = new ArrayList<>();
BatchCreateFeaturesResponse response =
featurestoreServiceClient.batchCreateFeaturesAsync(parent, requests).get();
}
parent - Required. The resource name of the EntityType to create the batch of Features
under. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`requests - Required. The request message specifying the Features to create. All Features
must be created under the same parent EntityType. 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 for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
String parent =
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString();
List<CreateFeatureRequest> requests = new ArrayList<>();
BatchCreateFeaturesResponse response =
featurestoreServiceClient.batchCreateFeaturesAsync(parent, requests).get();
}
parent - Required. The resource name of the EntityType to create the batch of Features
under. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`requests - Required. The request message specifying the Features to create. All Features
must be created under the same parent EntityType. 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 for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
BatchCreateFeaturesRequest request =
BatchCreateFeaturesRequest.newBuilder()
.setParent(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.addAllRequests(new ArrayList<CreateFeatureRequest>())
.build();
BatchCreateFeaturesResponse response =
featurestoreServiceClient.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 for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
BatchCreateFeaturesRequest request =
BatchCreateFeaturesRequest.newBuilder()
.setParent(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.addAllRequests(new ArrayList<CreateFeatureRequest>())
.build();
OperationFuture<BatchCreateFeaturesResponse, BatchCreateFeaturesOperationMetadata> future =
featurestoreServiceClient.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 for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
BatchCreateFeaturesRequest request =
BatchCreateFeaturesRequest.newBuilder()
.setParent(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.addAllRequests(new ArrayList<CreateFeatureRequest>())
.build();
ApiFuture<Operation> future =
featurestoreServiceClient.batchCreateFeaturesCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final Feature getFeature(FeatureName name)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
FeatureName name =
FeatureName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]", "[FEATURE]");
Feature response = featurestoreServiceClient.getFeature(name);
}
name - Required. The name of the Feature resource. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final Feature getFeature(String name)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
String name =
FeatureName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]", "[FEATURE]")
.toString();
Feature response = featurestoreServiceClient.getFeature(name);
}
name - Required. The name of the Feature resource. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final Feature getFeature(GetFeatureRequest request)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
GetFeatureRequest request =
GetFeatureRequest.newBuilder()
.setName(
FeatureName.of(
"[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]", "[FEATURE]")
.toString())
.build();
Feature response = featurestoreServiceClient.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 for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
GetFeatureRequest request =
GetFeatureRequest.newBuilder()
.setName(
FeatureName.of(
"[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]", "[FEATURE]")
.toString())
.build();
ApiFuture<Feature> future =
featurestoreServiceClient.getFeatureCallable().futureCall(request);
// Do something.
Feature response = future.get();
}
public final FeaturestoreServiceClient.ListFeaturesPagedResponse listFeatures(EntityTypeName parent)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
EntityTypeName parent =
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]");
for (Feature element : featurestoreServiceClient.listFeatures(parent).iterateAll()) {
// doThingsWith(element);
}
}
parent - Required. The resource name of the Location to list Features. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final FeaturestoreServiceClient.ListFeaturesPagedResponse listFeatures(String parent)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
String parent =
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString();
for (Feature element : featurestoreServiceClient.listFeatures(parent).iterateAll()) {
// doThingsWith(element);
}
}
parent - Required. The resource name of the Location to list Features. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final FeaturestoreServiceClient.ListFeaturesPagedResponse listFeatures(ListFeaturesRequest request)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.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 : featurestoreServiceClient.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,FeaturestoreServiceClient.ListFeaturesPagedResponse> listFeaturesPagedCallable()
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.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 =
featurestoreServiceClient.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 for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.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 =
featurestoreServiceClient.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 Feature updateFeature(Feature feature, com.google.protobuf.FieldMask updateMask)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
Feature feature = Feature.newBuilder().build();
FieldMask updateMask = FieldMask.newBuilder().build();
Feature response = featurestoreServiceClient.updateFeature(feature, updateMask);
}
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}`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`
com.google.api.gax.rpc.ApiException - if the remote call failspublic final Feature updateFeature(UpdateFeatureRequest request)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
UpdateFeatureRequest request =
UpdateFeatureRequest.newBuilder()
.setFeature(Feature.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
Feature response = featurestoreServiceClient.updateFeature(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<UpdateFeatureRequest,Feature> updateFeatureCallable()
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
UpdateFeatureRequest request =
UpdateFeatureRequest.newBuilder()
.setFeature(Feature.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
ApiFuture<Feature> future =
featurestoreServiceClient.updateFeatureCallable().futureCall(request);
// Do something.
Feature 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 for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
FeatureName name =
FeatureName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]", "[FEATURE]");
featurestoreServiceClient.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}`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 for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
String name =
FeatureName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]", "[FEATURE]")
.toString();
featurestoreServiceClient.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}`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 for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
DeleteFeatureRequest request =
DeleteFeatureRequest.newBuilder()
.setName(
FeatureName.of(
"[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]", "[FEATURE]")
.toString())
.build();
featurestoreServiceClient.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 for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
DeleteFeatureRequest request =
DeleteFeatureRequest.newBuilder()
.setName(
FeatureName.of(
"[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]", "[FEATURE]")
.toString())
.build();
OperationFuture<Empty, DeleteOperationMetadata> future =
featurestoreServiceClient.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 for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
DeleteFeatureRequest request =
DeleteFeatureRequest.newBuilder()
.setName(
FeatureName.of(
"[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]", "[FEATURE]")
.toString())
.build();
ApiFuture<Operation> future =
featurestoreServiceClient.deleteFeatureCallable().futureCall(request);
// Do something.
future.get();
}
public final com.google.api.gax.longrunning.OperationFuture<ImportFeatureValuesResponse,ImportFeatureValuesOperationMetadata> importFeatureValuesAsync(EntityTypeName entityType)
The progress of the import is tracked by the returned operation. The imported features are guaranteed to be visible to subsequent read operations after the operation is marked as successfully done.
If an import operation fails, the Feature values returned from reads and exports may be inconsistent. If consistency is required, the caller must retry the same import request again and wait till the new operation returned is marked as successfully done.
There are also scenarios where the caller can cause inconsistency.
- Source data for import contains multiple distinct Feature values for the same entity ID and timestamp. - Source is modified during an import. This includes adding, updating, or removing source data and/or metadata. Examples of updating metadata include but are not limited to changing storage location, storage class, or retention policy. - Online serving cluster is under-provisioned.
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
EntityTypeName entityType =
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]");
ImportFeatureValuesResponse response =
featurestoreServiceClient.importFeatureValuesAsync(entityType).get();
}
entityType - Required. The resource name of the EntityType grouping the Features for which
values are being imported. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<ImportFeatureValuesResponse,ImportFeatureValuesOperationMetadata> importFeatureValuesAsync(String entityType)
The progress of the import is tracked by the returned operation. The imported features are guaranteed to be visible to subsequent read operations after the operation is marked as successfully done.
If an import operation fails, the Feature values returned from reads and exports may be inconsistent. If consistency is required, the caller must retry the same import request again and wait till the new operation returned is marked as successfully done.
There are also scenarios where the caller can cause inconsistency.
- Source data for import contains multiple distinct Feature values for the same entity ID and timestamp. - Source is modified during an import. This includes adding, updating, or removing source data and/or metadata. Examples of updating metadata include but are not limited to changing storage location, storage class, or retention policy. - Online serving cluster is under-provisioned.
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
String entityType =
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString();
ImportFeatureValuesResponse response =
featurestoreServiceClient.importFeatureValuesAsync(entityType).get();
}
entityType - Required. The resource name of the EntityType grouping the Features for which
values are being imported. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<ImportFeatureValuesResponse,ImportFeatureValuesOperationMetadata> importFeatureValuesAsync(ImportFeatureValuesRequest request)
The progress of the import is tracked by the returned operation. The imported features are guaranteed to be visible to subsequent read operations after the operation is marked as successfully done.
If an import operation fails, the Feature values returned from reads and exports may be inconsistent. If consistency is required, the caller must retry the same import request again and wait till the new operation returned is marked as successfully done.
There are also scenarios where the caller can cause inconsistency.
- Source data for import contains multiple distinct Feature values for the same entity ID and timestamp. - Source is modified during an import. This includes adding, updating, or removing source data and/or metadata. Examples of updating metadata include but are not limited to changing storage location, storage class, or retention policy. - Online serving cluster is under-provisioned.
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
ImportFeatureValuesRequest request =
ImportFeatureValuesRequest.newBuilder()
.setEntityType(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.setEntityIdField("entityIdField512670524")
.addAllFeatureSpecs(new ArrayList<ImportFeatureValuesRequest.FeatureSpec>())
.setDisableOnlineServing(true)
.setWorkerCount(372044046)
.setDisableIngestionAnalysis(true)
.build();
ImportFeatureValuesResponse response =
featurestoreServiceClient.importFeatureValuesAsync(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<ImportFeatureValuesRequest,ImportFeatureValuesResponse,ImportFeatureValuesOperationMetadata> importFeatureValuesOperationCallable()
The progress of the import is tracked by the returned operation. The imported features are guaranteed to be visible to subsequent read operations after the operation is marked as successfully done.
If an import operation fails, the Feature values returned from reads and exports may be inconsistent. If consistency is required, the caller must retry the same import request again and wait till the new operation returned is marked as successfully done.
There are also scenarios where the caller can cause inconsistency.
- Source data for import contains multiple distinct Feature values for the same entity ID and timestamp. - Source is modified during an import. This includes adding, updating, or removing source data and/or metadata. Examples of updating metadata include but are not limited to changing storage location, storage class, or retention policy. - Online serving cluster is under-provisioned.
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
ImportFeatureValuesRequest request =
ImportFeatureValuesRequest.newBuilder()
.setEntityType(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.setEntityIdField("entityIdField512670524")
.addAllFeatureSpecs(new ArrayList<ImportFeatureValuesRequest.FeatureSpec>())
.setDisableOnlineServing(true)
.setWorkerCount(372044046)
.setDisableIngestionAnalysis(true)
.build();
OperationFuture<ImportFeatureValuesResponse, ImportFeatureValuesOperationMetadata> future =
featurestoreServiceClient.importFeatureValuesOperationCallable().futureCall(request);
// Do something.
ImportFeatureValuesResponse response = future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<ImportFeatureValuesRequest,com.google.longrunning.Operation> importFeatureValuesCallable()
The progress of the import is tracked by the returned operation. The imported features are guaranteed to be visible to subsequent read operations after the operation is marked as successfully done.
If an import operation fails, the Feature values returned from reads and exports may be inconsistent. If consistency is required, the caller must retry the same import request again and wait till the new operation returned is marked as successfully done.
There are also scenarios where the caller can cause inconsistency.
- Source data for import contains multiple distinct Feature values for the same entity ID and timestamp. - Source is modified during an import. This includes adding, updating, or removing source data and/or metadata. Examples of updating metadata include but are not limited to changing storage location, storage class, or retention policy. - Online serving cluster is under-provisioned.
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
ImportFeatureValuesRequest request =
ImportFeatureValuesRequest.newBuilder()
.setEntityType(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.setEntityIdField("entityIdField512670524")
.addAllFeatureSpecs(new ArrayList<ImportFeatureValuesRequest.FeatureSpec>())
.setDisableOnlineServing(true)
.setWorkerCount(372044046)
.setDisableIngestionAnalysis(true)
.build();
ApiFuture<Operation> future =
featurestoreServiceClient.importFeatureValuesCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final com.google.api.gax.longrunning.OperationFuture<BatchReadFeatureValuesResponse,BatchReadFeatureValuesOperationMetadata> batchReadFeatureValuesAsync(FeaturestoreName featurestore)
This API enables batch reading Feature values, where each read instance in the batch may read Feature values of entities from one or more EntityTypes. Point-in-time correctness is guaranteed for Feature values of each read instance as of each instance's read timestamp.
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
FeaturestoreName featurestore =
FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]");
BatchReadFeatureValuesResponse response =
featurestoreServiceClient.batchReadFeatureValuesAsync(featurestore).get();
}
featurestore - Required. The resource name of the Featurestore from which to query Feature
values. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<BatchReadFeatureValuesResponse,BatchReadFeatureValuesOperationMetadata> batchReadFeatureValuesAsync(String featurestore)
This API enables batch reading Feature values, where each read instance in the batch may read Feature values of entities from one or more EntityTypes. Point-in-time correctness is guaranteed for Feature values of each read instance as of each instance's read timestamp.
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
String featurestore =
FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]").toString();
BatchReadFeatureValuesResponse response =
featurestoreServiceClient.batchReadFeatureValuesAsync(featurestore).get();
}
featurestore - Required. The resource name of the Featurestore from which to query Feature
values. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<BatchReadFeatureValuesResponse,BatchReadFeatureValuesOperationMetadata> batchReadFeatureValuesAsync(BatchReadFeatureValuesRequest request)
This API enables batch reading Feature values, where each read instance in the batch may read Feature values of entities from one or more EntityTypes. Point-in-time correctness is guaranteed for Feature values of each read instance as of each instance's read timestamp.
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
BatchReadFeatureValuesRequest request =
BatchReadFeatureValuesRequest.newBuilder()
.setFeaturestore(
FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]").toString())
.setDestination(FeatureValueDestination.newBuilder().build())
.addAllPassThroughFields(
new ArrayList<BatchReadFeatureValuesRequest.PassThroughField>())
.addAllEntityTypeSpecs(new ArrayList<BatchReadFeatureValuesRequest.EntityTypeSpec>())
.build();
BatchReadFeatureValuesResponse response =
featurestoreServiceClient.batchReadFeatureValuesAsync(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<BatchReadFeatureValuesRequest,BatchReadFeatureValuesResponse,BatchReadFeatureValuesOperationMetadata> batchReadFeatureValuesOperationCallable()
This API enables batch reading Feature values, where each read instance in the batch may read Feature values of entities from one or more EntityTypes. Point-in-time correctness is guaranteed for Feature values of each read instance as of each instance's read timestamp.
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
BatchReadFeatureValuesRequest request =
BatchReadFeatureValuesRequest.newBuilder()
.setFeaturestore(
FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]").toString())
.setDestination(FeatureValueDestination.newBuilder().build())
.addAllPassThroughFields(
new ArrayList<BatchReadFeatureValuesRequest.PassThroughField>())
.addAllEntityTypeSpecs(new ArrayList<BatchReadFeatureValuesRequest.EntityTypeSpec>())
.build();
OperationFuture<BatchReadFeatureValuesResponse, BatchReadFeatureValuesOperationMetadata>
future =
featurestoreServiceClient
.batchReadFeatureValuesOperationCallable()
.futureCall(request);
// Do something.
BatchReadFeatureValuesResponse response = future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<BatchReadFeatureValuesRequest,com.google.longrunning.Operation> batchReadFeatureValuesCallable()
This API enables batch reading Feature values, where each read instance in the batch may read Feature values of entities from one or more EntityTypes. Point-in-time correctness is guaranteed for Feature values of each read instance as of each instance's read timestamp.
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
BatchReadFeatureValuesRequest request =
BatchReadFeatureValuesRequest.newBuilder()
.setFeaturestore(
FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]").toString())
.setDestination(FeatureValueDestination.newBuilder().build())
.addAllPassThroughFields(
new ArrayList<BatchReadFeatureValuesRequest.PassThroughField>())
.addAllEntityTypeSpecs(new ArrayList<BatchReadFeatureValuesRequest.EntityTypeSpec>())
.build();
ApiFuture<Operation> future =
featurestoreServiceClient.batchReadFeatureValuesCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final com.google.api.gax.longrunning.OperationFuture<ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata> exportFeatureValuesAsync(EntityTypeName entityType)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
EntityTypeName entityType =
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]");
ExportFeatureValuesResponse response =
featurestoreServiceClient.exportFeatureValuesAsync(entityType).get();
}
entityType - Required. The resource name of the EntityType from which to export Feature
values. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata> exportFeatureValuesAsync(String entityType)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
String entityType =
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString();
ExportFeatureValuesResponse response =
featurestoreServiceClient.exportFeatureValuesAsync(entityType).get();
}
entityType - Required. The resource name of the EntityType from which to export Feature
values. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata> exportFeatureValuesAsync(ExportFeatureValuesRequest request)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
ExportFeatureValuesRequest request =
ExportFeatureValuesRequest.newBuilder()
.setEntityType(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.setDestination(FeatureValueDestination.newBuilder().build())
.setFeatureSelector(FeatureSelector.newBuilder().build())
.addAllSettings(new ArrayList<DestinationFeatureSetting>())
.build();
ExportFeatureValuesResponse response =
featurestoreServiceClient.exportFeatureValuesAsync(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<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata> exportFeatureValuesOperationCallable()
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
ExportFeatureValuesRequest request =
ExportFeatureValuesRequest.newBuilder()
.setEntityType(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.setDestination(FeatureValueDestination.newBuilder().build())
.setFeatureSelector(FeatureSelector.newBuilder().build())
.addAllSettings(new ArrayList<DestinationFeatureSetting>())
.build();
OperationFuture<ExportFeatureValuesResponse, ExportFeatureValuesOperationMetadata> future =
featurestoreServiceClient.exportFeatureValuesOperationCallable().futureCall(request);
// Do something.
ExportFeatureValuesResponse response = future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<ExportFeatureValuesRequest,com.google.longrunning.Operation> exportFeatureValuesCallable()
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
ExportFeatureValuesRequest request =
ExportFeatureValuesRequest.newBuilder()
.setEntityType(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.setDestination(FeatureValueDestination.newBuilder().build())
.setFeatureSelector(FeatureSelector.newBuilder().build())
.addAllSettings(new ArrayList<DestinationFeatureSetting>())
.build();
ApiFuture<Operation> future =
featurestoreServiceClient.exportFeatureValuesCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final FeaturestoreServiceClient.SearchFeaturesPagedResponse searchFeatures(LocationName location)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
LocationName location = LocationName.of("[PROJECT]", "[LOCATION]");
for (Feature element : featurestoreServiceClient.searchFeatures(location).iterateAll()) {
// doThingsWith(element);
}
}
location - Required. The resource name of the Location to search Features. Format:
`projects/{project}/locations/{location}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final FeaturestoreServiceClient.SearchFeaturesPagedResponse searchFeatures(String location)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
String location = LocationName.of("[PROJECT]", "[LOCATION]").toString();
for (Feature element : featurestoreServiceClient.searchFeatures(location).iterateAll()) {
// doThingsWith(element);
}
}
location - Required. The resource name of the Location to search Features. Format:
`projects/{project}/locations/{location}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final FeaturestoreServiceClient.SearchFeaturesPagedResponse searchFeatures(LocationName location, String query)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
LocationName location = LocationName.of("[PROJECT]", "[LOCATION]");
String query = "query107944136";
for (Feature element :
featurestoreServiceClient.searchFeatures(location, query).iterateAll()) {
// doThingsWith(element);
}
}
location - Required. The resource name of the Location to search Features. Format:
`projects/{project}/locations/{location}`query - Query string that is a conjunction of field-restricted queries and/or
field-restricted filters. Field-restricted queries and filters can be combined using `AND`
to form a conjunction.
A field query is in the form FIELD:QUERY. This implicitly checks if QUERY exists as a substring within Feature's FIELD. The QUERY and the FIELD are converted to a sequence of words (i.e. tokens) for comparison. This is done by:
* Removing leading/trailing whitespace and tokenizing the search value. Characters that are not one of alphanumeric `[a-zA-Z0-9]`, underscore `_`, or asterisk `*` are treated as delimiters for tokens. `*` is treated as a wildcard that matches characters within a token. * Ignoring case. * Prepending an asterisk to the first and appending an asterisk to the last token in QUERY.
A QUERY must be either a singular token or a phrase. A phrase is one or multiple words enclosed in double quotation marks ("). With phrases, the order of the words is important. Words in the phrase must be matching in order and consecutively.
Supported FIELDs for field-restricted queries:
Examples:
Besides field queries, the following exact-match filters are supported. The exact-match filters do not support wildcards. Unlike field-restricted queries, exact-match filters are case-sensitive.
Examples:
com.google.api.gax.rpc.ApiException - if the remote call failspublic final FeaturestoreServiceClient.SearchFeaturesPagedResponse searchFeatures(String location, String query)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
String location = LocationName.of("[PROJECT]", "[LOCATION]").toString();
String query = "query107944136";
for (Feature element :
featurestoreServiceClient.searchFeatures(location, query).iterateAll()) {
// doThingsWith(element);
}
}
location - Required. The resource name of the Location to search Features. Format:
`projects/{project}/locations/{location}`query - Query string that is a conjunction of field-restricted queries and/or
field-restricted filters. Field-restricted queries and filters can be combined using `AND`
to form a conjunction.
A field query is in the form FIELD:QUERY. This implicitly checks if QUERY exists as a substring within Feature's FIELD. The QUERY and the FIELD are converted to a sequence of words (i.e. tokens) for comparison. This is done by:
* Removing leading/trailing whitespace and tokenizing the search value. Characters that are not one of alphanumeric `[a-zA-Z0-9]`, underscore `_`, or asterisk `*` are treated as delimiters for tokens. `*` is treated as a wildcard that matches characters within a token. * Ignoring case. * Prepending an asterisk to the first and appending an asterisk to the last token in QUERY.
A QUERY must be either a singular token or a phrase. A phrase is one or multiple words enclosed in double quotation marks ("). With phrases, the order of the words is important. Words in the phrase must be matching in order and consecutively.
Supported FIELDs for field-restricted queries:
Examples:
Besides field queries, the following exact-match filters are supported. The exact-match filters do not support wildcards. Unlike field-restricted queries, exact-match filters are case-sensitive.
Examples:
com.google.api.gax.rpc.ApiException - if the remote call failspublic final FeaturestoreServiceClient.SearchFeaturesPagedResponse searchFeatures(SearchFeaturesRequest request)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
SearchFeaturesRequest request =
SearchFeaturesRequest.newBuilder()
.setLocation(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setQuery("query107944136")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.build();
for (Feature element : featurestoreServiceClient.searchFeatures(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<SearchFeaturesRequest,FeaturestoreServiceClient.SearchFeaturesPagedResponse> searchFeaturesPagedCallable()
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
SearchFeaturesRequest request =
SearchFeaturesRequest.newBuilder()
.setLocation(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setQuery("query107944136")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.build();
ApiFuture<Feature> future =
featurestoreServiceClient.searchFeaturesPagedCallable().futureCall(request);
// Do something.
for (Feature element : future.get().iterateAll()) {
// doThingsWith(element);
}
}
public final com.google.api.gax.rpc.UnaryCallable<SearchFeaturesRequest,SearchFeaturesResponse> searchFeaturesCallable()
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
SearchFeaturesRequest request =
SearchFeaturesRequest.newBuilder()
.setLocation(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setQuery("query107944136")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.build();
while (true) {
SearchFeaturesResponse response =
featurestoreServiceClient.searchFeaturesCallable().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 FeaturestoreServiceClient.ListLocationsPagedResponse listLocations(com.google.cloud.location.ListLocationsRequest request)
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
ListLocationsRequest request =
ListLocationsRequest.newBuilder()
.setName("name3373707")
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.build();
for (Location element : featurestoreServiceClient.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,FeaturestoreServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Sample code:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
ListLocationsRequest request =
ListLocationsRequest.newBuilder()
.setName("name3373707")
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.build();
ApiFuture<Location> future =
featurestoreServiceClient.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 for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
ListLocationsRequest request =
ListLocationsRequest.newBuilder()
.setName("name3373707")
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.build();
while (true) {
ListLocationsResponse response =
featurestoreServiceClient.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 for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
GetLocationRequest request = GetLocationRequest.newBuilder().setName("name3373707").build();
Location response = featurestoreServiceClient.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 for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
GetLocationRequest request = GetLocationRequest.newBuilder().setName("name3373707").build();
ApiFuture<Location> future =
featurestoreServiceClient.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 for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
SetIamPolicyRequest request =
SetIamPolicyRequest.newBuilder()
.setResource(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.setPolicy(Policy.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
Policy response = featurestoreServiceClient.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 for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
SetIamPolicyRequest request =
SetIamPolicyRequest.newBuilder()
.setResource(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.setPolicy(Policy.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
ApiFuture<Policy> future =
featurestoreServiceClient.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 for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
GetIamPolicyRequest request =
GetIamPolicyRequest.newBuilder()
.setResource(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.setOptions(GetPolicyOptions.newBuilder().build())
.build();
Policy response = featurestoreServiceClient.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 for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
GetIamPolicyRequest request =
GetIamPolicyRequest.newBuilder()
.setResource(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.setOptions(GetPolicyOptions.newBuilder().build())
.build();
ApiFuture<Policy> future =
featurestoreServiceClient.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 for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
TestIamPermissionsRequest request =
TestIamPermissionsRequest.newBuilder()
.setResource(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.addAllPermissions(new ArrayList<String>())
.build();
TestIamPermissionsResponse response = featurestoreServiceClient.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 for illustrative purposes only.
// It may require modifications to work in your environment.
try (FeaturestoreServiceClient featurestoreServiceClient = FeaturestoreServiceClient.create()) {
TestIamPermissionsRequest request =
TestIamPermissionsRequest.newBuilder()
.setResource(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.addAllPermissions(new ArrayList<String>())
.build();
ApiFuture<TestIamPermissionsResponse> future =
featurestoreServiceClient.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 © 2022 Google LLC. All rights reserved.