Interface FeatureSelectorOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      IdMatcher getIdMatcher()
      Required.
      IdMatcherOrBuilder getIdMatcherOrBuilder()
      Required.
      boolean hasIdMatcher()
      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 Detail

      • hasIdMatcher

        boolean hasIdMatcher()
         Required. Matches Features based on ID.
         
        .google.cloud.aiplatform.v1beta1.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.v1beta1.IdMatcher id_matcher = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The idMatcher.
      • getIdMatcherOrBuilder

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