Interface CreateFeaturestoreRequestOrBuilder (3.42.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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the featurestore field is set.