public interface CreateEntityTypeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
EntityType |
getEntityType()
The EntityType to create.
|
String |
getEntityTypeId()
Required.
|
com.google.protobuf.ByteString |
getEntityTypeIdBytes()
Required.
|
EntityTypeOrBuilder |
getEntityTypeOrBuilder()
The EntityType to create.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasEntityType()
The EntityType to create.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
com.google.protobuf.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) = { ... }
boolean hasEntityType()
The EntityType to create.
.google.cloud.aiplatform.v1beta1.EntityType entity_type = 2;EntityType getEntityType()
The EntityType to create.
.google.cloud.aiplatform.v1beta1.EntityType entity_type = 2;EntityTypeOrBuilder getEntityTypeOrBuilder()
The EntityType to create.
.google.cloud.aiplatform.v1beta1.EntityType entity_type = 2;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];com.google.protobuf.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];Copyright © 2022 Google LLC. All rights reserved.