- 3.52.0 (latest)
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.2
- 3.3.0
- 3.2.0
- 3.0.0
- 2.9.8
- 2.8.9
- 2.7.4
- 2.5.3
- 2.4.0
GitHub Repository | Product Reference | REST Documentation | RPC Documentation |
Service Description: The service that handles CRUD and List for resources for FeatureRegistry.
This class provides the ability to make remote calls to the backing service through method calls that map to API methods. Sample code to get started:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
FeatureGroupName name = FeatureGroupName.of("[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]");
FeatureGroup response = featureRegistryServiceClient.getFeatureGroup(name);
}
Note: close() needs to be called on the FeatureRegistryServiceClient object to clean up resources such as threads. In the example above, try-with-resources is used, which automatically calls close().
Method | Description | Method Variants |
---|---|---|
CreateFeatureGroup | Creates a new FeatureGroup in a given project and location. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Methods that return long-running operations have "Async" method variants that return
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
GetFeatureGroup | Gets details of a single FeatureGroup. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
ListFeatureGroups | Lists FeatureGroups in a given project and location. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
UpdateFeatureGroup | Updates the parameters of a single FeatureGroup. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Methods that return long-running operations have "Async" method variants that return
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
DeleteFeatureGroup | Deletes a single FeatureGroup. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Methods that return long-running operations have "Async" method variants that return
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
CreateFeature | Creates a new Feature in a given FeatureGroup. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Methods that return long-running operations have "Async" method variants that return
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
GetFeature | Gets details of a single Feature. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
ListFeatures | Lists Features in a given FeatureGroup. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
UpdateFeature | Updates the parameters of a single Feature. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Methods that return long-running operations have "Async" method variants that return
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
DeleteFeature | Deletes a single Feature. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Methods that return long-running operations have "Async" method variants that return
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
ListLocations | Lists information about the supported locations for this service. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
GetLocation | Gets information about a location. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
SetIamPolicy | Sets the access control policy on the specified resource. Replacesany existing policy. Can return |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
GetIamPolicy | Gets the access control policy for a resource. Returns an empty policyif the resource exists and does not have a policy set. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
TestIamPermissions | Returns permissions that a caller has on the specified resource. If theresource does not exist, this will return an empty set ofpermissions, not a Note: This operation is designed to be used for buildingpermission-aware UIs and command-line tools, not for authorizationchecking. This operation may "fail open" without warning. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
See the individual methods for example code.
Many parameters require resource names to be formatted in a particular way. To assist with these names, this class includes a format method for each type of name, and additionally a parse method to extract the individual identifiers contained within names that are returned.
This class can be customized by passing in a custom instance of FeatureRegistryServiceSettings to create(). For example:
To customize credentials:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
FeatureRegistryServiceSettings featureRegistryServiceSettings =
FeatureRegistryServiceSettings.newBuilder()
.setCredentialsProvider(FixedCredentialsProvider.create(myCredentials))
.build();
FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create(featureRegistryServiceSettings);
To customize the endpoint:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
FeatureRegistryServiceSettings featureRegistryServiceSettings =
FeatureRegistryServiceSettings.newBuilder().setEndpoint(myEndpoint).build();
FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create(featureRegistryServiceSettings);
Please refer to the GitHub repository's samples for more quickstart code snippets.
Static Methods
create()
public static final FeatureRegistryServiceClient create()
Constructs an instance of FeatureRegistryServiceClient with default settings.
Returns | |
---|---|
Type | Description |
FeatureRegistryServiceClient |
Exceptions | |
---|---|
Type | Description |
IOException |
create(FeatureRegistryServiceSettings settings)
public static final FeatureRegistryServiceClient create(FeatureRegistryServiceSettings settings)
Constructs an instance of FeatureRegistryServiceClient, using the given settings. The channels are created based on the settings passed in, or defaults for any settings that are not set.
Parameter | |
---|---|
Name | Description |
settings | FeatureRegistryServiceSettings |
Returns | |
---|---|
Type | Description |
FeatureRegistryServiceClient |
Exceptions | |
---|---|
Type | Description |
IOException |
create(FeatureRegistryServiceStub stub)
public static final FeatureRegistryServiceClient create(FeatureRegistryServiceStub stub)
Constructs an instance of FeatureRegistryServiceClient, using the given stub for making calls. This is for advanced usage - prefer using create(FeatureRegistryServiceSettings).
Parameter | |
---|---|
Name | Description |
stub | FeatureRegistryServiceStub |
Returns | |
---|---|
Type | Description |
FeatureRegistryServiceClient |
Constructors
FeatureRegistryServiceClient(FeatureRegistryServiceSettings settings)
protected FeatureRegistryServiceClient(FeatureRegistryServiceSettings settings)
Constructs an instance of FeatureRegistryServiceClient, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Parameter | |
---|---|
Name | Description |
settings | FeatureRegistryServiceSettings |
FeatureRegistryServiceClient(FeatureRegistryServiceStub stub)
protected FeatureRegistryServiceClient(FeatureRegistryServiceStub stub)
Parameter | |
---|---|
Name | Description |
stub | FeatureRegistryServiceStub |
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Parameters | |
---|---|
Name | Description |
duration | long |
unit | TimeUnit |
Returns | |
---|---|
Type | Description |
boolean |
Exceptions | |
---|---|
Type | Description |
InterruptedException |
close()
public final void close()
createFeatureAsync(CreateFeatureRequest request)
public final OperationFuture<Feature,CreateFeatureOperationMetadata> createFeatureAsync(CreateFeatureRequest request)
Creates a new Feature in a given FeatureGroup.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
CreateFeatureRequest request =
CreateFeatureRequest.newBuilder()
.setParent(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.setFeature(Feature.newBuilder().build())
.setFeatureId("featureId-420503887")
.build();
Feature response = featureRegistryServiceClient.createFeatureAsync(request).get();
}
Parameter | |
---|---|
Name | Description |
request | CreateFeatureRequest The request object containing all of the parameters for the API call. |
Returns | |
---|---|
Type | Description |
OperationFuture<Feature,CreateFeatureOperationMetadata> |
createFeatureAsync(EntityTypeName parent, Feature feature, String featureId)
public final OperationFuture<Feature,CreateFeatureOperationMetadata> createFeatureAsync(EntityTypeName parent, Feature feature, String featureId)
Creates a new Feature in a given FeatureGroup.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
EntityTypeName parent =
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]");
Feature feature = Feature.newBuilder().build();
String featureId = "featureId-420503887";
Feature response =
featureRegistryServiceClient.createFeatureAsync(parent, feature, featureId).get();
}
Parameters | |
---|---|
Name | Description |
parent | EntityTypeName Required. The resource name of the EntityType or FeatureGroup to create a
Feature. Format for entity_type as parent:
|
feature | Feature Required. The Feature to create. |
featureId | String Required. The ID to use for the Feature, which will become the final component of the Feature's resource name. This value may be up to 128 characters, and valid characters are The value must be unique within an EntityType/FeatureGroup. |
Returns | |
---|---|
Type | Description |
OperationFuture<Feature,CreateFeatureOperationMetadata> |
createFeatureAsync(FeatureGroupName parent, Feature feature, String featureId)
public final OperationFuture<Feature,CreateFeatureOperationMetadata> createFeatureAsync(FeatureGroupName parent, Feature feature, String featureId)
Creates a new Feature in a given FeatureGroup.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
FeatureGroupName parent = FeatureGroupName.of("[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]");
Feature feature = Feature.newBuilder().build();
String featureId = "featureId-420503887";
Feature response =
featureRegistryServiceClient.createFeatureAsync(parent, feature, featureId).get();
}
Parameters | |
---|---|
Name | Description |
parent | FeatureGroupName Required. The resource name of the EntityType or FeatureGroup to create a
Feature. Format for entity_type as parent:
|
feature | Feature Required. The Feature to create. |
featureId | String Required. The ID to use for the Feature, which will become the final component of the Feature's resource name. This value may be up to 128 characters, and valid characters are The value must be unique within an EntityType/FeatureGroup. |
Returns | |
---|---|
Type | Description |
OperationFuture<Feature,CreateFeatureOperationMetadata> |
createFeatureAsync(String parent, Feature feature, String featureId)
public final OperationFuture<Feature,CreateFeatureOperationMetadata> createFeatureAsync(String parent, Feature feature, String featureId)
Creates a new Feature in a given FeatureGroup.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
String parent =
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString();
Feature feature = Feature.newBuilder().build();
String featureId = "featureId-420503887";
Feature response =
featureRegistryServiceClient.createFeatureAsync(parent, feature, featureId).get();
}
Parameters | |
---|---|
Name | Description |
parent | String Required. The resource name of the EntityType or FeatureGroup to create a
Feature. Format for entity_type as parent:
|
feature | Feature Required. The Feature to create. |
featureId | String Required. The ID to use for the Feature, which will become the final component of the Feature's resource name. This value may be up to 128 characters, and valid characters are The value must be unique within an EntityType/FeatureGroup. |
Returns | |
---|---|
Type | Description |
OperationFuture<Feature,CreateFeatureOperationMetadata> |
createFeatureCallable()
public final UnaryCallable<CreateFeatureRequest,Operation> createFeatureCallable()
Creates a new Feature in a given FeatureGroup.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
CreateFeatureRequest request =
CreateFeatureRequest.newBuilder()
.setParent(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.setFeature(Feature.newBuilder().build())
.setFeatureId("featureId-420503887")
.build();
ApiFuture<Operation> future =
featureRegistryServiceClient.createFeatureCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateFeatureRequest,Operation> |
createFeatureGroupAsync(CreateFeatureGroupRequest request)
public final OperationFuture<FeatureGroup,CreateFeatureGroupOperationMetadata> createFeatureGroupAsync(CreateFeatureGroupRequest request)
Creates a new FeatureGroup in a given project and location.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
CreateFeatureGroupRequest request =
CreateFeatureGroupRequest.newBuilder()
.setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setFeatureGroup(FeatureGroup.newBuilder().build())
.setFeatureGroupId("featureGroupId-1768466396")
.build();
FeatureGroup response = featureRegistryServiceClient.createFeatureGroupAsync(request).get();
}
Parameter | |
---|---|
Name | Description |
request | CreateFeatureGroupRequest The request object containing all of the parameters for the API call. |
Returns | |
---|---|
Type | Description |
OperationFuture<FeatureGroup,CreateFeatureGroupOperationMetadata> |
createFeatureGroupAsync(LocationName parent, FeatureGroup featureGroup, String featureGroupId)
public final OperationFuture<FeatureGroup,CreateFeatureGroupOperationMetadata> createFeatureGroupAsync(LocationName parent, FeatureGroup featureGroup, String featureGroupId)
Creates a new FeatureGroup in a given project and location.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
FeatureGroup featureGroup = FeatureGroup.newBuilder().build();
String featureGroupId = "featureGroupId-1768466396";
FeatureGroup response =
featureRegistryServiceClient
.createFeatureGroupAsync(parent, featureGroup, featureGroupId)
.get();
}
Parameters | |
---|---|
Name | Description |
parent | LocationName Required. The resource name of the Location to create FeatureGroups. Format:
|
featureGroup | FeatureGroup Required. The FeatureGroup to create. |
featureGroupId | String Required. The ID to use for this FeatureGroup, which will become the final component of the FeatureGroup's resource name. This value may be up to 60 characters, and valid characters are The value must be unique within the project and location. |
Returns | |
---|---|
Type | Description |
OperationFuture<FeatureGroup,CreateFeatureGroupOperationMetadata> |
createFeatureGroupAsync(String parent, FeatureGroup featureGroup, String featureGroupId)
public final OperationFuture<FeatureGroup,CreateFeatureGroupOperationMetadata> createFeatureGroupAsync(String parent, FeatureGroup featureGroup, String featureGroupId)
Creates a new FeatureGroup in a given project and location.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
FeatureGroup featureGroup = FeatureGroup.newBuilder().build();
String featureGroupId = "featureGroupId-1768466396";
FeatureGroup response =
featureRegistryServiceClient
.createFeatureGroupAsync(parent, featureGroup, featureGroupId)
.get();
}
Parameters | |
---|---|
Name | Description |
parent | String Required. The resource name of the Location to create FeatureGroups. Format:
|
featureGroup | FeatureGroup Required. The FeatureGroup to create. |
featureGroupId | String Required. The ID to use for this FeatureGroup, which will become the final component of the FeatureGroup's resource name. This value may be up to 60 characters, and valid characters are The value must be unique within the project and location. |
Returns | |
---|---|
Type | Description |
OperationFuture<FeatureGroup,CreateFeatureGroupOperationMetadata> |
createFeatureGroupCallable()
public final UnaryCallable<CreateFeatureGroupRequest,Operation> createFeatureGroupCallable()
Creates a new FeatureGroup in a given project and location.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
CreateFeatureGroupRequest request =
CreateFeatureGroupRequest.newBuilder()
.setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setFeatureGroup(FeatureGroup.newBuilder().build())
.setFeatureGroupId("featureGroupId-1768466396")
.build();
ApiFuture<Operation> future =
featureRegistryServiceClient.createFeatureGroupCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateFeatureGroupRequest,Operation> |
createFeatureGroupOperationCallable()
public final OperationCallable<CreateFeatureGroupRequest,FeatureGroup,CreateFeatureGroupOperationMetadata> createFeatureGroupOperationCallable()
Creates a new FeatureGroup in a given project and location.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
CreateFeatureGroupRequest request =
CreateFeatureGroupRequest.newBuilder()
.setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setFeatureGroup(FeatureGroup.newBuilder().build())
.setFeatureGroupId("featureGroupId-1768466396")
.build();
OperationFuture<FeatureGroup, CreateFeatureGroupOperationMetadata> future =
featureRegistryServiceClient.createFeatureGroupOperationCallable().futureCall(request);
// Do something.
FeatureGroup response = future.get();
}
Returns | |
---|---|
Type | Description |
OperationCallable<CreateFeatureGroupRequest,FeatureGroup,CreateFeatureGroupOperationMetadata> |
createFeatureOperationCallable()
public final OperationCallable<CreateFeatureRequest,Feature,CreateFeatureOperationMetadata> createFeatureOperationCallable()
Creates a new Feature in a given FeatureGroup.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
CreateFeatureRequest request =
CreateFeatureRequest.newBuilder()
.setParent(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.setFeature(Feature.newBuilder().build())
.setFeatureId("featureId-420503887")
.build();
OperationFuture<Feature, CreateFeatureOperationMetadata> future =
featureRegistryServiceClient.createFeatureOperationCallable().futureCall(request);
// Do something.
Feature response = future.get();
}
Returns | |
---|---|
Type | Description |
OperationCallable<CreateFeatureRequest,Feature,CreateFeatureOperationMetadata> |
deleteFeatureAsync(DeleteFeatureRequest request)
public final OperationFuture<Empty,DeleteOperationMetadata> deleteFeatureAsync(DeleteFeatureRequest request)
Deletes a single Feature.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
DeleteFeatureRequest request =
DeleteFeatureRequest.newBuilder()
.setName(
FeatureName.ofProjectLocationFeatureGroupFeatureName(
"[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]", "[FEATURE]")
.toString())
.build();
featureRegistryServiceClient.deleteFeatureAsync(request).get();
}
Parameter | |
---|---|
Name | Description |
request | DeleteFeatureRequest The request object containing all of the parameters for the API call. |
Returns | |
---|---|
Type | Description |
OperationFuture<Empty,DeleteOperationMetadata> |
deleteFeatureAsync(FeatureName name)
public final OperationFuture<Empty,DeleteOperationMetadata> deleteFeatureAsync(FeatureName name)
Deletes a single Feature.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
FeatureName name =
FeatureName.ofProjectLocationFeatureGroupFeatureName(
"[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]", "[FEATURE]");
featureRegistryServiceClient.deleteFeatureAsync(name).get();
}
Parameter | |
---|---|
Name | Description |
name | FeatureName Required. The name of the Features to be deleted. Format:
|
Returns | |
---|---|
Type | Description |
OperationFuture<Empty,DeleteOperationMetadata> |
deleteFeatureAsync(String name)
public final OperationFuture<Empty,DeleteOperationMetadata> deleteFeatureAsync(String name)
Deletes a single Feature.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
String name =
FeatureName.ofProjectLocationFeaturestoreEntityTypeFeatureName(
"[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]", "[FEATURE]")
.toString();
featureRegistryServiceClient.deleteFeatureAsync(name).get();
}
Parameter | |
---|---|
Name | Description |
name | String Required. The name of the Features to be deleted. Format:
|
Returns | |
---|---|
Type | Description |
OperationFuture<Empty,DeleteOperationMetadata> |
deleteFeatureCallable()
public final UnaryCallable<DeleteFeatureRequest,Operation> deleteFeatureCallable()
Deletes a single Feature.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
DeleteFeatureRequest request =
DeleteFeatureRequest.newBuilder()
.setName(
FeatureName.ofProjectLocationFeatureGroupFeatureName(
"[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]", "[FEATURE]")
.toString())
.build();
ApiFuture<Operation> future =
featureRegistryServiceClient.deleteFeatureCallable().futureCall(request);
// Do something.
future.get();
}
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteFeatureRequest,Operation> |
deleteFeatureGroupAsync(DeleteFeatureGroupRequest request)
public final OperationFuture<Empty,DeleteOperationMetadata> deleteFeatureGroupAsync(DeleteFeatureGroupRequest request)
Deletes a single FeatureGroup.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
DeleteFeatureGroupRequest request =
DeleteFeatureGroupRequest.newBuilder()
.setName(FeatureGroupName.of("[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]").toString())
.setForce(true)
.build();
featureRegistryServiceClient.deleteFeatureGroupAsync(request).get();
}
Parameter | |
---|---|
Name | Description |
request | DeleteFeatureGroupRequest The request object containing all of the parameters for the API call. |
Returns | |
---|---|
Type | Description |
OperationFuture<Empty,DeleteOperationMetadata> |
deleteFeatureGroupAsync(FeatureGroupName name, boolean force)
public final OperationFuture<Empty,DeleteOperationMetadata> deleteFeatureGroupAsync(FeatureGroupName name, boolean force)
Deletes a single FeatureGroup.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
FeatureGroupName name = FeatureGroupName.of("[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]");
boolean force = true;
featureRegistryServiceClient.deleteFeatureGroupAsync(name, force).get();
}
Parameters | |
---|---|
Name | Description |
name | FeatureGroupName Required. The name of the FeatureGroup to be deleted. Format:
|
force | boolean If set to true, any Features under this FeatureGroup will also be deleted. (Otherwise, the request will only work if the FeatureGroup has no Features.) |
Returns | |
---|---|
Type | Description |
OperationFuture<Empty,DeleteOperationMetadata> |
deleteFeatureGroupAsync(String name, boolean force)
public final OperationFuture<Empty,DeleteOperationMetadata> deleteFeatureGroupAsync(String name, boolean force)
Deletes a single FeatureGroup.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
String name = FeatureGroupName.of("[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]").toString();
boolean force = true;
featureRegistryServiceClient.deleteFeatureGroupAsync(name, force).get();
}
Parameters | |
---|---|
Name | Description |
name | String Required. The name of the FeatureGroup to be deleted. Format:
|
force | boolean If set to true, any Features under this FeatureGroup will also be deleted. (Otherwise, the request will only work if the FeatureGroup has no Features.) |
Returns | |
---|---|
Type | Description |
OperationFuture<Empty,DeleteOperationMetadata> |
deleteFeatureGroupCallable()
public final UnaryCallable<DeleteFeatureGroupRequest,Operation> deleteFeatureGroupCallable()
Deletes a single FeatureGroup.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
DeleteFeatureGroupRequest request =
DeleteFeatureGroupRequest.newBuilder()
.setName(FeatureGroupName.of("[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]").toString())
.setForce(true)
.build();
ApiFuture<Operation> future =
featureRegistryServiceClient.deleteFeatureGroupCallable().futureCall(request);
// Do something.
future.get();
}
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteFeatureGroupRequest,Operation> |
deleteFeatureGroupOperationCallable()
public final OperationCallable<DeleteFeatureGroupRequest,Empty,DeleteOperationMetadata> deleteFeatureGroupOperationCallable()
Deletes a single FeatureGroup.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
DeleteFeatureGroupRequest request =
DeleteFeatureGroupRequest.newBuilder()
.setName(FeatureGroupName.of("[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]").toString())
.setForce(true)
.build();
OperationFuture<Empty, DeleteOperationMetadata> future =
featureRegistryServiceClient.deleteFeatureGroupOperationCallable().futureCall(request);
// Do something.
future.get();
}
Returns | |
---|---|
Type | Description |
OperationCallable<DeleteFeatureGroupRequest,Empty,DeleteOperationMetadata> |
deleteFeatureOperationCallable()
public final OperationCallable<DeleteFeatureRequest,Empty,DeleteOperationMetadata> deleteFeatureOperationCallable()
Deletes a single Feature.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
DeleteFeatureRequest request =
DeleteFeatureRequest.newBuilder()
.setName(
FeatureName.ofProjectLocationFeatureGroupFeatureName(
"[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]", "[FEATURE]")
.toString())
.build();
OperationFuture<Empty, DeleteOperationMetadata> future =
featureRegistryServiceClient.deleteFeatureOperationCallable().futureCall(request);
// Do something.
future.get();
}
Returns | |
---|---|
Type | Description |
OperationCallable<DeleteFeatureRequest,Empty,DeleteOperationMetadata> |
getFeature(FeatureName name)
public final Feature getFeature(FeatureName name)
Gets details of a single Feature.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
FeatureName name =
FeatureName.ofProjectLocationFeatureGroupFeatureName(
"[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]", "[FEATURE]");
Feature response = featureRegistryServiceClient.getFeature(name);
}
Parameter | |
---|---|
Name | Description |
name | FeatureName Required. The name of the Feature resource. Format for entity_type as parent:
|
Returns | |
---|---|
Type | Description |
Feature |
getFeature(GetFeatureRequest request)
public final Feature getFeature(GetFeatureRequest request)
Gets details of a single Feature.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
GetFeatureRequest request =
GetFeatureRequest.newBuilder()
.setName(
FeatureName.ofProjectLocationFeatureGroupFeatureName(
"[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]", "[FEATURE]")
.toString())
.build();
Feature response = featureRegistryServiceClient.getFeature(request);
}
Parameter | |
---|---|
Name | Description |
request | GetFeatureRequest The request object containing all of the parameters for the API call. |
Returns | |
---|---|
Type | Description |
Feature |
getFeature(String name)
public final Feature getFeature(String name)
Gets details of a single Feature.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
String name =
FeatureName.ofProjectLocationFeaturestoreEntityTypeFeatureName(
"[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]", "[FEATURE]")
.toString();
Feature response = featureRegistryServiceClient.getFeature(name);
}
Parameter | |
---|---|
Name | Description |
name | String Required. The name of the Feature resource. Format for entity_type as parent:
|
Returns | |
---|---|
Type | Description |
Feature |
getFeatureCallable()
public final UnaryCallable<GetFeatureRequest,Feature> getFeatureCallable()
Gets details of a single Feature.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
GetFeatureRequest request =
GetFeatureRequest.newBuilder()
.setName(
FeatureName.ofProjectLocationFeatureGroupFeatureName(
"[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]", "[FEATURE]")
.toString())
.build();
ApiFuture<Feature> future =
featureRegistryServiceClient.getFeatureCallable().futureCall(request);
// Do something.
Feature response = future.get();
}
Returns | |
---|---|
Type | Description |
UnaryCallable<GetFeatureRequest,Feature> |
getFeatureGroup(FeatureGroupName name)
public final FeatureGroup getFeatureGroup(FeatureGroupName name)
Gets details of a single FeatureGroup.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
FeatureGroupName name = FeatureGroupName.of("[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]");
FeatureGroup response = featureRegistryServiceClient.getFeatureGroup(name);
}
Parameter | |
---|---|
Name | Description |
name | FeatureGroupName Required. The name of the FeatureGroup resource. |
Returns | |
---|---|
Type | Description |
FeatureGroup |
getFeatureGroup(GetFeatureGroupRequest request)
public final FeatureGroup getFeatureGroup(GetFeatureGroupRequest request)
Gets details of a single FeatureGroup.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
GetFeatureGroupRequest request =
GetFeatureGroupRequest.newBuilder()
.setName(FeatureGroupName.of("[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]").toString())
.build();
FeatureGroup response = featureRegistryServiceClient.getFeatureGroup(request);
}
Parameter | |
---|---|
Name | Description |
request | GetFeatureGroupRequest The request object containing all of the parameters for the API call. |
Returns | |
---|---|
Type | Description |
FeatureGroup |
getFeatureGroup(String name)
public final FeatureGroup getFeatureGroup(String name)
Gets details of a single FeatureGroup.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
String name = FeatureGroupName.of("[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]").toString();
FeatureGroup response = featureRegistryServiceClient.getFeatureGroup(name);
}
Parameter | |
---|---|
Name | Description |
name | String Required. The name of the FeatureGroup resource. |
Returns | |
---|---|
Type | Description |
FeatureGroup |
getFeatureGroupCallable()
public final UnaryCallable<GetFeatureGroupRequest,FeatureGroup> getFeatureGroupCallable()
Gets details of a single FeatureGroup.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
GetFeatureGroupRequest request =
GetFeatureGroupRequest.newBuilder()
.setName(FeatureGroupName.of("[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]").toString())
.build();
ApiFuture<FeatureGroup> future =
featureRegistryServiceClient.getFeatureGroupCallable().futureCall(request);
// Do something.
FeatureGroup response = future.get();
}
Returns | |
---|---|
Type | Description |
UnaryCallable<GetFeatureGroupRequest,FeatureGroup> |
getIamPolicy(GetIamPolicyRequest request)
public final Policy getIamPolicy(GetIamPolicyRequest request)
Gets the access control policy for a resource. Returns an empty policyif the resource exists and does not have a policy set.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
GetIamPolicyRequest request =
GetIamPolicyRequest.newBuilder()
.setResource(
EndpointName.ofProjectLocationEndpointName(
"[PROJECT]", "[LOCATION]", "[ENDPOINT]")
.toString())
.setOptions(GetPolicyOptions.newBuilder().build())
.build();
Policy response = featureRegistryServiceClient.getIamPolicy(request);
}
Parameter | |
---|---|
Name | Description |
request | com.google.iam.v1.GetIamPolicyRequest The request object containing all of the parameters for the API call. |
Returns | |
---|---|
Type | Description |
com.google.iam.v1.Policy |
getIamPolicyCallable()
public final UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Gets the access control policy for a resource. Returns an empty policyif the resource exists and does not have a policy set.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
GetIamPolicyRequest request =
GetIamPolicyRequest.newBuilder()
.setResource(
EndpointName.ofProjectLocationEndpointName(
"[PROJECT]", "[LOCATION]", "[ENDPOINT]")
.toString())
.setOptions(GetPolicyOptions.newBuilder().build())
.build();
ApiFuture<Policy> future =
featureRegistryServiceClient.getIamPolicyCallable().futureCall(request);
// Do something.
Policy response = future.get();
}
Returns | |
---|---|
Type | Description |
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getLocation(GetLocationRequest request)
public final Location getLocation(GetLocationRequest request)
Gets information about a location.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
GetLocationRequest request = GetLocationRequest.newBuilder().setName("name3373707").build();
Location response = featureRegistryServiceClient.getLocation(request);
}
Parameter | |
---|---|
Name | Description |
request | com.google.cloud.location.GetLocationRequest The request object containing all of the parameters for the API call. |
Returns | |
---|---|
Type | Description |
com.google.cloud.location.Location |
getLocationCallable()
public final UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Gets information about a location.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
GetLocationRequest request = GetLocationRequest.newBuilder().setName("name3373707").build();
ApiFuture<Location> future =
featureRegistryServiceClient.getLocationCallable().futureCall(request);
// Do something.
Location response = future.get();
}
Returns | |
---|---|
Type | Description |
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getOperationsClient()
public final OperationsClient getOperationsClient()
Returns the OperationsClient that can be used to query the status of a long-running operation returned by another API method call.
Returns | |
---|---|
Type | Description |
OperationsClient |
getSettings()
public final FeatureRegistryServiceSettings getSettings()
Returns | |
---|---|
Type | Description |
FeatureRegistryServiceSettings |
getStub()
public FeatureRegistryServiceStub getStub()
Returns | |
---|---|
Type | Description |
FeatureRegistryServiceStub |
isShutdown()
public boolean isShutdown()
Returns | |
---|---|
Type | Description |
boolean |
isTerminated()
public boolean isTerminated()
Returns | |
---|---|
Type | Description |
boolean |
listFeatureGroups(ListFeatureGroupsRequest request)
public final FeatureRegistryServiceClient.ListFeatureGroupsPagedResponse listFeatureGroups(ListFeatureGroupsRequest request)
Lists FeatureGroups in a given project and location.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
ListFeatureGroupsRequest request =
ListFeatureGroupsRequest.newBuilder()
.setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.setOrderBy("orderBy-1207110587")
.build();
for (FeatureGroup element :
featureRegistryServiceClient.listFeatureGroups(request).iterateAll()) {
// doThingsWith(element);
}
}
Parameter | |
---|---|
Name | Description |
request | ListFeatureGroupsRequest The request object containing all of the parameters for the API call. |
Returns | |
---|---|
Type | Description |
FeatureRegistryServiceClient.ListFeatureGroupsPagedResponse |
listFeatureGroups(LocationName parent)
public final FeatureRegistryServiceClient.ListFeatureGroupsPagedResponse listFeatureGroups(LocationName parent)
Lists FeatureGroups in a given project and location.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
for (FeatureGroup element :
featureRegistryServiceClient.listFeatureGroups(parent).iterateAll()) {
// doThingsWith(element);
}
}
Parameter | |
---|---|
Name | Description |
parent | LocationName Required. The resource name of the Location to list FeatureGroups. Format:
|
Returns | |
---|---|
Type | Description |
FeatureRegistryServiceClient.ListFeatureGroupsPagedResponse |
listFeatureGroups(String parent)
public final FeatureRegistryServiceClient.ListFeatureGroupsPagedResponse listFeatureGroups(String parent)
Lists FeatureGroups in a given project and location.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
for (FeatureGroup element :
featureRegistryServiceClient.listFeatureGroups(parent).iterateAll()) {
// doThingsWith(element);
}
}
Parameter | |
---|---|
Name | Description |
parent | String Required. The resource name of the Location to list FeatureGroups. Format:
|
Returns | |
---|---|
Type | Description |
FeatureRegistryServiceClient.ListFeatureGroupsPagedResponse |
listFeatureGroupsCallable()
public final UnaryCallable<ListFeatureGroupsRequest,ListFeatureGroupsResponse> listFeatureGroupsCallable()
Lists FeatureGroups in a given project and location.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
ListFeatureGroupsRequest request =
ListFeatureGroupsRequest.newBuilder()
.setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.setOrderBy("orderBy-1207110587")
.build();
while (true) {
ListFeatureGroupsResponse response =
featureRegistryServiceClient.listFeatureGroupsCallable().call(request);
for (FeatureGroup element : response.getFeatureGroupsList()) {
// doThingsWith(element);
}
String nextPageToken = response.getNextPageToken();
if (!Strings.isNullOrEmpty(nextPageToken)) {
request = request.toBuilder().setPageToken(nextPageToken).build();
} else {
break;
}
}
}
Returns | |
---|---|
Type | Description |
UnaryCallable<ListFeatureGroupsRequest,ListFeatureGroupsResponse> |
listFeatureGroupsPagedCallable()
public final UnaryCallable<ListFeatureGroupsRequest,FeatureRegistryServiceClient.ListFeatureGroupsPagedResponse> listFeatureGroupsPagedCallable()
Lists FeatureGroups in a given project and location.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
ListFeatureGroupsRequest request =
ListFeatureGroupsRequest.newBuilder()
.setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.setOrderBy("orderBy-1207110587")
.build();
ApiFuture<FeatureGroup> future =
featureRegistryServiceClient.listFeatureGroupsPagedCallable().futureCall(request);
// Do something.
for (FeatureGroup element : future.get().iterateAll()) {
// doThingsWith(element);
}
}
Returns | |
---|---|
Type | Description |
UnaryCallable<ListFeatureGroupsRequest,ListFeatureGroupsPagedResponse> |
listFeatures(EntityTypeName parent)
public final FeatureRegistryServiceClient.ListFeaturesPagedResponse listFeatures(EntityTypeName parent)
Lists Features in a given FeatureGroup.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
EntityTypeName parent =
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]");
for (Feature element : featureRegistryServiceClient.listFeatures(parent).iterateAll()) {
// doThingsWith(element);
}
}
Parameter | |
---|---|
Name | Description |
parent | EntityTypeName Required. The resource name of the Location to list Features. Format for
entity_type as parent:
|
Returns | |
---|---|
Type | Description |
FeatureRegistryServiceClient.ListFeaturesPagedResponse |
listFeatures(FeatureGroupName parent)
public final FeatureRegistryServiceClient.ListFeaturesPagedResponse listFeatures(FeatureGroupName parent)
Lists Features in a given FeatureGroup.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
FeatureGroupName parent = FeatureGroupName.of("[PROJECT]", "[LOCATION]", "[FEATURE_GROUP]");
for (Feature element : featureRegistryServiceClient.listFeatures(parent).iterateAll()) {
// doThingsWith(element);
}
}
Parameter | |
---|---|
Name | Description |
parent | FeatureGroupName Required. The resource name of the Location to list Features. Format for
entity_type as parent:
|
Returns | |
---|---|
Type | Description |
FeatureRegistryServiceClient.ListFeaturesPagedResponse |
listFeatures(ListFeaturesRequest request)
public final FeatureRegistryServiceClient.ListFeaturesPagedResponse listFeatures(ListFeaturesRequest request)
Lists Features in a given FeatureGroup.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
ListFeaturesRequest request =
ListFeaturesRequest.newBuilder()
.setParent(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.setOrderBy("orderBy-1207110587")
.setReadMask(FieldMask.newBuilder().build())
.setLatestStatsCount(-878108489)
.build();
for (Feature element : featureRegistryServiceClient.listFeatures(request).iterateAll()) {
// doThingsWith(element);
}
}
Parameter | |
---|---|
Name | Description |
request | ListFeaturesRequest The request object containing all of the parameters for the API call. |
Returns | |
---|---|
Type | Description |
FeatureRegistryServiceClient.ListFeaturesPagedResponse |
listFeatures(String parent)
public final FeatureRegistryServiceClient.ListFeaturesPagedResponse listFeatures(String parent)
Lists Features in a given FeatureGroup.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
String parent =
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString();
for (Feature element : featureRegistryServiceClient.listFeatures(parent).iterateAll()) {
// doThingsWith(element);
}
}
Parameter | |
---|---|
Name | Description |
parent | String Required. The resource name of the Location to list Features. Format for
entity_type as parent:
|
Returns | |
---|---|
Type | Description |
FeatureRegistryServiceClient.ListFeaturesPagedResponse |
listFeaturesCallable()
public final UnaryCallable<ListFeaturesRequest,ListFeaturesResponse> listFeaturesCallable()
Lists Features in a given FeatureGroup.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
ListFeaturesRequest request =
ListFeaturesRequest.newBuilder()
.setParent(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.setOrderBy("orderBy-1207110587")
.setReadMask(FieldMask.newBuilder().build())
.setLatestStatsCount(-878108489)
.build();
while (true) {
ListFeaturesResponse response =
featureRegistryServiceClient.listFeaturesCallable().call(request);
for (Feature element : response.getFeaturesList()) {
// doThingsWith(element);
}
String nextPageToken = response.getNextPageToken();
if (!Strings.isNullOrEmpty(nextPageToken)) {
request = request.toBuilder().setPageToken(nextPageToken).build();
} else {
break;
}
}
}
Returns | |
---|---|
Type | Description |
UnaryCallable<ListFeaturesRequest,ListFeaturesResponse> |
listFeaturesPagedCallable()
public final UnaryCallable<ListFeaturesRequest,FeatureRegistryServiceClient.ListFeaturesPagedResponse> listFeaturesPagedCallable()
Lists Features in a given FeatureGroup.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
ListFeaturesRequest request =
ListFeaturesRequest.newBuilder()
.setParent(
EntityTypeName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]", "[ENTITY_TYPE]")
.toString())
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.setOrderBy("orderBy-1207110587")
.setReadMask(FieldMask.newBuilder().build())
.setLatestStatsCount(-878108489)
.build();
ApiFuture<Feature> future =
featureRegistryServiceClient.listFeaturesPagedCallable().futureCall(request);
// Do something.
for (Feature element : future.get().iterateAll()) {
// doThingsWith(element);
}
}
Returns | |
---|---|
Type | Description |
UnaryCallable<ListFeaturesRequest,ListFeaturesPagedResponse> |
listLocations(ListLocationsRequest request)
public final FeatureRegistryServiceClient.ListLocationsPagedResponse listLocations(ListLocationsRequest request)
Lists information about the supported locations for this service.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
ListLocationsRequest request =
ListLocationsRequest.newBuilder()
.setName("name3373707")
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.build();
for (Location element : featureRegistryServiceClient.listLocations(request).iterateAll()) {
// doThingsWith(element);
}
}
Parameter | |
---|---|
Name | Description |
request | com.google.cloud.location.ListLocationsRequest The request object containing all of the parameters for the API call. |
Returns | |
---|---|
Type | Description |
FeatureRegistryServiceClient.ListLocationsPagedResponse |
listLocationsCallable()
public final UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Lists information about the supported locations for this service.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
ListLocationsRequest request =
ListLocationsRequest.newBuilder()
.setName("name3373707")
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.build();
while (true) {
ListLocationsResponse response =
featureRegistryServiceClient.listLocationsCallable().call(request);
for (Location element : response.getLocationsList()) {
// doThingsWith(element);
}
String nextPageToken = response.getNextPageToken();
if (!Strings.isNullOrEmpty(nextPageToken)) {
request = request.toBuilder().setPageToken(nextPageToken).build();
} else {
break;
}
}
}
Returns | |
---|---|
Type | Description |
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> |
listLocationsPagedCallable()
public final UnaryCallable<ListLocationsRequest,FeatureRegistryServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Lists information about the supported locations for this service.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
ListLocationsRequest request =
ListLocationsRequest.newBuilder()
.setName("name3373707")
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.build();
ApiFuture<Location> future =
featureRegistryServiceClient.listLocationsPagedCallable().futureCall(request);
// Do something.
for (Location element : future.get().iterateAll()) {
// doThingsWith(element);
}
}
Returns | |
---|---|
Type | Description |
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse> |
setIamPolicy(SetIamPolicyRequest request)
public final Policy setIamPolicy(SetIamPolicyRequest request)
Sets the access control policy on the specified resource. Replacesany existing policy.
Can return NOT_FOUND
, INVALID_ARGUMENT
, and PERMISSION_DENIED
errors.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
SetIamPolicyRequest request =
SetIamPolicyRequest.newBuilder()
.setResource(
EndpointName.ofProjectLocationEndpointName(
"[PROJECT]", "[LOCATION]", "[ENDPOINT]")
.toString())
.setPolicy(Policy.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
Policy response = featureRegistryServiceClient.setIamPolicy(request);
}
Parameter | |
---|---|
Name | Description |
request | com.google.iam.v1.SetIamPolicyRequest The request object containing all of the parameters for the API call. |
Returns | |
---|---|
Type | Description |
com.google.iam.v1.Policy |
setIamPolicyCallable()
public final UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Sets the access control policy on the specified resource. Replacesany existing policy.
Can return NOT_FOUND
, INVALID_ARGUMENT
, and PERMISSION_DENIED
errors.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
SetIamPolicyRequest request =
SetIamPolicyRequest.newBuilder()
.setResource(
EndpointName.ofProjectLocationEndpointName(
"[PROJECT]", "[LOCATION]", "[ENDPOINT]")
.toString())
.setPolicy(Policy.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
ApiFuture<Policy> future =
featureRegistryServiceClient.setIamPolicyCallable().futureCall(request);
// Do something.
Policy response = future.get();
}
Returns | |
---|---|
Type | Description |
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
shutdown()
public void shutdown()
shutdownNow()
public void shutdownNow()
testIamPermissions(TestIamPermissionsRequest request)
public final TestIamPermissionsResponse testIamPermissions(TestIamPermissionsRequest request)
Returns permissions that a caller has on the specified resource. If theresource does not exist,
this will return an empty set ofpermissions, not a NOT_FOUND
error.
Note: This operation is designed to be used for buildingpermission-aware UIs and command-line tools, not for authorizationchecking. This operation may "fail open" without warning.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
TestIamPermissionsRequest request =
TestIamPermissionsRequest.newBuilder()
.setResource(
EndpointName.ofProjectLocationEndpointName(
"[PROJECT]", "[LOCATION]", "[ENDPOINT]")
.toString())
.addAllPermissions(new ArrayList<String>())
.build();
TestIamPermissionsResponse response =
featureRegistryServiceClient.testIamPermissions(request);
}
Parameter | |
---|---|
Name | Description |
request | com.google.iam.v1.TestIamPermissionsRequest The request object containing all of the parameters for the API call. |
Returns | |
---|---|
Type | Description |
com.google.iam.v1.TestIamPermissionsResponse |
testIamPermissionsCallable()
public final UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns permissions that a caller has on the specified resource. If theresource does not exist,
this will return an empty set ofpermissions, not a NOT_FOUND
error.
Note: This operation is designed to be used for buildingpermission-aware UIs and command-line tools, not for authorizationchecking. This operation may "fail open" without warning.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
TestIamPermissionsRequest request =
TestIamPermissionsRequest.newBuilder()
.setResource(
EndpointName.ofProjectLocationEndpointName(
"[PROJECT]", "[LOCATION]", "[ENDPOINT]")
.toString())
.addAllPermissions(new ArrayList<String>())
.build();
ApiFuture<TestIamPermissionsResponse> future =
featureRegistryServiceClient.testIamPermissionsCallable().futureCall(request);
// Do something.
TestIamPermissionsResponse response = future.get();
}
Returns | |
---|---|
Type | Description |
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
updateFeatureAsync(Feature feature, FieldMask updateMask)
public final OperationFuture<Feature,UpdateFeatureOperationMetadata> updateFeatureAsync(Feature feature, FieldMask updateMask)
Updates the parameters of a single Feature.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
Feature feature = Feature.newBuilder().build();
FieldMask updateMask = FieldMask.newBuilder().build();
Feature response = featureRegistryServiceClient.updateFeatureAsync(feature, updateMask).get();
}
Parameters | |
---|---|
Name | Description |
feature | Feature Required. The Feature's |
updateMask | FieldMask 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 Updatable fields: * |
Returns | |
---|---|
Type | Description |
OperationFuture<Feature,UpdateFeatureOperationMetadata> |
updateFeatureAsync(UpdateFeatureRequest request)
public final OperationFuture<Feature,UpdateFeatureOperationMetadata> updateFeatureAsync(UpdateFeatureRequest request)
Updates the parameters of a single Feature.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
UpdateFeatureRequest request =
UpdateFeatureRequest.newBuilder()
.setFeature(Feature.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
Feature response = featureRegistryServiceClient.updateFeatureAsync(request).get();
}
Parameter | |
---|---|
Name | Description |
request | UpdateFeatureRequest The request object containing all of the parameters for the API call. |
Returns | |
---|---|
Type | Description |
OperationFuture<Feature,UpdateFeatureOperationMetadata> |
updateFeatureCallable()
public final UnaryCallable<UpdateFeatureRequest,Operation> updateFeatureCallable()
Updates the parameters of a single Feature.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
UpdateFeatureRequest request =
UpdateFeatureRequest.newBuilder()
.setFeature(Feature.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
ApiFuture<Operation> future =
featureRegistryServiceClient.updateFeatureCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateFeatureRequest,Operation> |
updateFeatureGroupAsync(FeatureGroup featureGroup, FieldMask updateMask)
public final OperationFuture<FeatureGroup,UpdateFeatureGroupOperationMetadata> updateFeatureGroupAsync(FeatureGroup featureGroup, FieldMask updateMask)
Updates the parameters of a single FeatureGroup.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
FeatureGroup featureGroup = FeatureGroup.newBuilder().build();
FieldMask updateMask = FieldMask.newBuilder().build();
FeatureGroup response =
featureRegistryServiceClient.updateFeatureGroupAsync(featureGroup, updateMask).get();
}
Parameters | |
---|---|
Name | Description |
featureGroup | FeatureGroup Required. The FeatureGroup's |
updateMask | FieldMask Field mask is used to specify the fields to be overwritten in the
FeatureGroup resource by the update. The fields specified in the update_mask are relative
to the resource, not the full request. A field will be overwritten if it is in the mask. If
the user does not provide a mask then only the non-empty fields present in the request will
be overwritten. Set the update_mask to Updatable fields: * |
Returns | |
---|---|
Type | Description |
OperationFuture<FeatureGroup,UpdateFeatureGroupOperationMetadata> |
updateFeatureGroupAsync(UpdateFeatureGroupRequest request)
public final OperationFuture<FeatureGroup,UpdateFeatureGroupOperationMetadata> updateFeatureGroupAsync(UpdateFeatureGroupRequest request)
Updates the parameters of a single FeatureGroup.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
UpdateFeatureGroupRequest request =
UpdateFeatureGroupRequest.newBuilder()
.setFeatureGroup(FeatureGroup.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
FeatureGroup response = featureRegistryServiceClient.updateFeatureGroupAsync(request).get();
}
Parameter | |
---|---|
Name | Description |
request | UpdateFeatureGroupRequest The request object containing all of the parameters for the API call. |
Returns | |
---|---|
Type | Description |
OperationFuture<FeatureGroup,UpdateFeatureGroupOperationMetadata> |
updateFeatureGroupCallable()
public final UnaryCallable<UpdateFeatureGroupRequest,Operation> updateFeatureGroupCallable()
Updates the parameters of a single FeatureGroup.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
UpdateFeatureGroupRequest request =
UpdateFeatureGroupRequest.newBuilder()
.setFeatureGroup(FeatureGroup.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
ApiFuture<Operation> future =
featureRegistryServiceClient.updateFeatureGroupCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateFeatureGroupRequest,Operation> |
updateFeatureGroupOperationCallable()
public final OperationCallable<UpdateFeatureGroupRequest,FeatureGroup,UpdateFeatureGroupOperationMetadata> updateFeatureGroupOperationCallable()
Updates the parameters of a single FeatureGroup.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
UpdateFeatureGroupRequest request =
UpdateFeatureGroupRequest.newBuilder()
.setFeatureGroup(FeatureGroup.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
OperationFuture<FeatureGroup, UpdateFeatureGroupOperationMetadata> future =
featureRegistryServiceClient.updateFeatureGroupOperationCallable().futureCall(request);
// Do something.
FeatureGroup response = future.get();
}
Returns | |
---|---|
Type | Description |
OperationCallable<UpdateFeatureGroupRequest,FeatureGroup,UpdateFeatureGroupOperationMetadata> |
updateFeatureOperationCallable()
public final OperationCallable<UpdateFeatureRequest,Feature,UpdateFeatureOperationMetadata> updateFeatureOperationCallable()
Updates the parameters of a single Feature.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureRegistryServiceClient featureRegistryServiceClient =
FeatureRegistryServiceClient.create()) {
UpdateFeatureRequest request =
UpdateFeatureRequest.newBuilder()
.setFeature(Feature.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
OperationFuture<Feature, UpdateFeatureOperationMetadata> future =
featureRegistryServiceClient.updateFeatureOperationCallable().futureCall(request);
// Do something.
Feature response = future.get();
}
Returns | |
---|---|
Type | Description |
OperationCallable<UpdateFeatureRequest,Feature,UpdateFeatureOperationMetadata> |