Interface PublisherModel.CallToAction.ViewRestApiOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PublisherModel.CallToAction.ViewRestApi, PublisherModel.CallToAction.ViewRestApi.Builder
Enclosing class:
PublisherModel.CallToAction

public static interface PublisherModel.CallToAction.ViewRestApiOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getDocumentationsList

      List<PublisherModel.Documentation> getDocumentationsList()
       Required.
       
      repeated .google.cloud.aiplatform.v1.PublisherModel.Documentation documentations = 1 [(.google.api.field_behavior) = REQUIRED];
    • getDocumentations

      PublisherModel.Documentation getDocumentations(int index)
       Required.
       
      repeated .google.cloud.aiplatform.v1.PublisherModel.Documentation documentations = 1 [(.google.api.field_behavior) = REQUIRED];
    • getDocumentationsCount

      int getDocumentationsCount()
       Required.
       
      repeated .google.cloud.aiplatform.v1.PublisherModel.Documentation documentations = 1 [(.google.api.field_behavior) = REQUIRED];
    • getDocumentationsOrBuilderList

      List<? extends PublisherModel.DocumentationOrBuilder> getDocumentationsOrBuilderList()
       Required.
       
      repeated .google.cloud.aiplatform.v1.PublisherModel.Documentation documentations = 1 [(.google.api.field_behavior) = REQUIRED];
    • getDocumentationsOrBuilder

      PublisherModel.DocumentationOrBuilder getDocumentationsOrBuilder(int index)
       Required.
       
      repeated .google.cloud.aiplatform.v1.PublisherModel.Documentation documentations = 1 [(.google.api.field_behavior) = REQUIRED];
    • getTitle

      String getTitle()
       Required. The title of the view rest API.
       
      string title = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The title.
    • getTitleBytes

      com.google.protobuf.ByteString getTitleBytes()
       Required. The title of the view rest API.
       
      string title = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for title.