public static interface PublisherModel.CallToAction.ViewRestApiOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PublisherModel.Documentation |
getDocumentations(int index)
Required.
|
int |
getDocumentationsCount()
Required.
|
List<PublisherModel.Documentation> |
getDocumentationsList()
Required.
|
PublisherModel.DocumentationOrBuilder |
getDocumentationsOrBuilder(int index)
Required.
|
List<? extends PublisherModel.DocumentationOrBuilder> |
getDocumentationsOrBuilderList()
Required.
|
String |
getTitle()
Required.
|
com.google.protobuf.ByteString |
getTitleBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<PublisherModel.Documentation> getDocumentationsList()
Required.
repeated .google.cloud.aiplatform.v1.PublisherModel.Documentation documentations = 1 [(.google.api.field_behavior) = REQUIRED];
PublisherModel.Documentation getDocumentations(int index)
Required.
repeated .google.cloud.aiplatform.v1.PublisherModel.Documentation documentations = 1 [(.google.api.field_behavior) = REQUIRED];
int getDocumentationsCount()
Required.
repeated .google.cloud.aiplatform.v1.PublisherModel.Documentation documentations = 1 [(.google.api.field_behavior) = REQUIRED];
List<? extends PublisherModel.DocumentationOrBuilder> getDocumentationsOrBuilderList()
Required.
repeated .google.cloud.aiplatform.v1.PublisherModel.Documentation documentations = 1 [(.google.api.field_behavior) = REQUIRED];
PublisherModel.DocumentationOrBuilder getDocumentationsOrBuilder(int index)
Required.
repeated .google.cloud.aiplatform.v1.PublisherModel.Documentation documentations = 1 [(.google.api.field_behavior) = REQUIRED];
String getTitle()
Required. The title of the view rest API.
string title = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getTitleBytes()
Required. The title of the view rest API.
string title = 2 [(.google.api.field_behavior) = REQUIRED];Copyright © 2023 Google LLC. All rights reserved.