public static interface PublisherModel.CallToAction.ViewRestApiOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDocumentations(int index)
public abstract PublisherModel.Documentation getDocumentations(int index)Required.
repeated .google.cloud.aiplatform.v1.PublisherModel.Documentation documentations = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PublisherModel.Documentation |
|
getDocumentationsCount()
public abstract int getDocumentationsCount()Required.
repeated .google.cloud.aiplatform.v1.PublisherModel.Documentation documentations = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getDocumentationsList()
public abstract List<PublisherModel.Documentation> getDocumentationsList()Required.
repeated .google.cloud.aiplatform.v1.PublisherModel.Documentation documentations = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<Documentation> |
|
getDocumentationsOrBuilder(int index)
public abstract PublisherModel.DocumentationOrBuilder getDocumentationsOrBuilder(int index)Required.
repeated .google.cloud.aiplatform.v1.PublisherModel.Documentation documentations = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PublisherModel.DocumentationOrBuilder |
|
getDocumentationsOrBuilderList()
public abstract List<? extends PublisherModel.DocumentationOrBuilder> getDocumentationsOrBuilderList()Required.
repeated .google.cloud.aiplatform.v1.PublisherModel.Documentation documentations = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1.PublisherModel.DocumentationOrBuilder> |
|
getTitle()
public abstract String getTitle()Required. The title of the view rest API.
string title = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The title. |
getTitleBytes()
public abstract ByteString getTitleBytes()Required. The title of the view rest API.
string title = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for title. |