Interface CreateFeatureGroupRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Required.
    Required.
    com.google.protobuf.ByteString
    Required.
    Required.
    Required.
    com.google.protobuf.ByteString
    Required.
    boolean
    Required.

    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 Location to create FeatureGroups.
       Format:
       `projects/{project}/locations/{location}`
       
      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 Location to create FeatureGroups.
       Format:
       `projects/{project}/locations/{location}`
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for parent.
    • hasFeatureGroup

      boolean hasFeatureGroup()
       Required. The FeatureGroup to create.
       
      .google.cloud.aiplatform.v1.FeatureGroup feature_group = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the featureGroup field is set.
    • getFeatureGroup

      FeatureGroup getFeatureGroup()
       Required. The FeatureGroup to create.
       
      .google.cloud.aiplatform.v1.FeatureGroup feature_group = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The featureGroup.
    • getFeatureGroupOrBuilder

      FeatureGroupOrBuilder getFeatureGroupOrBuilder()
       Required. The FeatureGroup to create.
       
      .google.cloud.aiplatform.v1.FeatureGroup feature_group = 2 [(.google.api.field_behavior) = REQUIRED];
    • getFeatureGroupId

      String getFeatureGroupId()
       Required. The ID to use for this FeatureGroup, which will become the final
       component of the FeatureGroup's resource name.
      
       This value may be up to 128 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 feature_group_id = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The featureGroupId.
    • getFeatureGroupIdBytes

      com.google.protobuf.ByteString getFeatureGroupIdBytes()
       Required. The ID to use for this FeatureGroup, which will become the final
       component of the FeatureGroup's resource name.
      
       This value may be up to 128 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 feature_group_id = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for featureGroupId.