Interface CreateEntityTypeRequestOrBuilder (3.0.0)

public interface CreateEntityTypeRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEntityType()

public abstract EntityType getEntityType()

The EntityType to create.

.google.cloud.aiplatform.v1.EntityType entity_type = 2;

Returns
TypeDescription
EntityType

The entityType.

getEntityTypeId()

public abstract String getEntityTypeId()

Required. The ID to use for the EntityType, which will become the final component of the EntityType's resource name. This value may be up to 60 characters, and valid characters are [a-z0-9_]. The first character cannot be a number. The value must be unique within a featurestore.

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

Returns
TypeDescription
String

The entityTypeId.

getEntityTypeIdBytes()

public abstract ByteString getEntityTypeIdBytes()

Required. The ID to use for the EntityType, which will become the final component of the EntityType's resource name. This value may be up to 60 characters, and valid characters are [a-z0-9_]. The first character cannot be a number. The value must be unique within a featurestore.

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

Returns
TypeDescription
ByteString

The bytes for entityTypeId.

getEntityTypeOrBuilder()

public abstract EntityTypeOrBuilder getEntityTypeOrBuilder()

The EntityType to create.

.google.cloud.aiplatform.v1.EntityType entity_type = 2;

Returns
TypeDescription
EntityTypeOrBuilder

getParent()

public abstract String getParent()

Required. The resource name of the Featurestore to create EntityTypes. Format: projects/{project}/locations/{location}/featurestores/{featurestore}

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 Featurestore to create EntityTypes. Format: projects/{project}/locations/{location}/featurestores/{featurestore}

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

Returns
TypeDescription
ByteString

The bytes for parent.

hasEntityType()

public abstract boolean hasEntityType()

The EntityType to create.

.google.cloud.aiplatform.v1.EntityType entity_type = 2;

Returns
TypeDescription
boolean

Whether the entityType field is set.