Interface CreateFeaturestoreRequestOrBuilder (3.44.0)

public interface CreateFeaturestoreRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFeaturestore()

public abstract Featurestore getFeaturestore()

Required. The Featurestore to create.

.google.cloud.aiplatform.v1.Featurestore featurestore = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Featurestore

The featurestore.

getFeaturestoreId()

public abstract String getFeaturestoreId()

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.

string featurestore_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The featurestoreId.

getFeaturestoreIdBytes()

public abstract ByteString getFeaturestoreIdBytes()

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.

string featurestore_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for featurestoreId.

getFeaturestoreOrBuilder()

public abstract FeaturestoreOrBuilder getFeaturestoreOrBuilder()

Required. The Featurestore to create.

.google.cloud.aiplatform.v1.Featurestore featurestore = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FeaturestoreOrBuilder

getParent()

public abstract String getParent()

Required. The resource name of the Location to create Featurestores. Format: projects/{project}/locations/{location}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The resource name of the Location to create Featurestores. Format: projects/{project}/locations/{location}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

hasFeaturestore()

public abstract boolean hasFeaturestore()

Required. The Featurestore to create.

.google.cloud.aiplatform.v1.Featurestore featurestore = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the featurestore field is set.