Interface PublisherModel.CallToAction.ViewRestApiOrBuilder

    • Method Detail

      • getDocumentationsList

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

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

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

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

        PublisherModel.DocumentationOrBuilder getDocumentationsOrBuilder​(int index)
         Required.
         
        repeated .google.cloud.aiplatform.v1beta1.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.