Interface CreateEntityTypeRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CreateEntityTypeRequest, CreateEntityTypeRequest.Builder

@Generated public interface CreateEntityTypeRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The EntityType to create.
    Required.
    com.google.protobuf.ByteString
    Required.
    The EntityType to create.
    Required.
    com.google.protobuf.ByteString
    Required.
    boolean
    The EntityType to create.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getParent

      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:
      The parent.
    • getParentBytes

      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) = { ... }
      Returns:
      The bytes for parent.
    • hasEntityType

      boolean hasEntityType()
       The EntityType to create.
       
      .google.cloud.aiplatform.v1.EntityType entity_type = 2;
      Returns:
      Whether the entityType field is set.
    • getEntityType

      EntityType getEntityType()
       The EntityType to create.
       
      .google.cloud.aiplatform.v1.EntityType entity_type = 2;
      Returns:
      The entityType.
    • getEntityTypeOrBuilder

      EntityTypeOrBuilder getEntityTypeOrBuilder()
       The EntityType to create.
       
      .google.cloud.aiplatform.v1.EntityType entity_type = 2;
    • getEntityTypeId

      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:
      The entityTypeId.
    • getEntityTypeIdBytes

      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];
      Returns:
      The bytes for entityTypeId.