Interface FeatureSelectorOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Required.
    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

    • hasIdMatcher

      boolean hasIdMatcher()
       Required. Matches Features based on ID.
       
      .google.cloud.aiplatform.v1.IdMatcher id_matcher = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the idMatcher field is set.
    • getIdMatcher

      IdMatcher getIdMatcher()
       Required. Matches Features based on ID.
       
      .google.cloud.aiplatform.v1.IdMatcher id_matcher = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The idMatcher.
    • getIdMatcherOrBuilder

      IdMatcherOrBuilder getIdMatcherOrBuilder()
       Required. Matches Features based on ID.
       
      .google.cloud.aiplatform.v1.IdMatcher id_matcher = 1 [(.google.api.field_behavior) = REQUIRED];