Interface StoredContentsExampleParameters.ContentSearchKeyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StoredContentsExampleParameters.ContentSearchKey, StoredContentsExampleParameters.ContentSearchKey.Builder
Enclosing class:
StoredContentsExampleParameters

public static interface StoredContentsExampleParameters.ContentSearchKeyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getContentsList

      List<Content> getContentsList()
       Required. The conversation for generating a search key.
       
      repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED];
    • getContents

      Content getContents(int index)
       Required. The conversation for generating a search key.
       
      repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED];
    • getContentsCount

      int getContentsCount()
       Required. The conversation for generating a search key.
       
      repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED];
    • getContentsOrBuilderList

      List<? extends ContentOrBuilder> getContentsOrBuilderList()
       Required. The conversation for generating a search key.
       
      repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED];
    • getContentsOrBuilder

      ContentOrBuilder getContentsOrBuilder(int index)
       Required. The conversation for generating a search key.
       
      repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED];
    • hasSearchKeyGenerationMethod

      boolean hasSearchKeyGenerationMethod()
       Required. The method of generating a search key.
       
      .google.cloud.aiplatform.v1beta1.StoredContentsExample.SearchKeyGenerationMethod search_key_generation_method = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the searchKeyGenerationMethod field is set.
    • getSearchKeyGenerationMethod

      StoredContentsExample.SearchKeyGenerationMethod getSearchKeyGenerationMethod()
       Required. The method of generating a search key.
       
      .google.cloud.aiplatform.v1beta1.StoredContentsExample.SearchKeyGenerationMethod search_key_generation_method = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The searchKeyGenerationMethod.
    • getSearchKeyGenerationMethodOrBuilder

      StoredContentsExample.SearchKeyGenerationMethodOrBuilder getSearchKeyGenerationMethodOrBuilder()
       Required. The method of generating a search key.
       
      .google.cloud.aiplatform.v1beta1.StoredContentsExample.SearchKeyGenerationMethod search_key_generation_method = 2 [(.google.api.field_behavior) = REQUIRED];