Package com.google.cloud.aiplatform.v1
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 Summary
Modifier and TypeMethodDescriptiongetDocumentations(int index) Required.intRequired.Required.getDocumentationsOrBuilder(int index) Required.List<? extends PublisherModel.DocumentationOrBuilder>Required.getTitle()Required.com.google.protobuf.ByteStringRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDocumentationsList
List<PublisherModel.Documentation> getDocumentationsList()Required.
repeated .google.cloud.aiplatform.v1.PublisherModel.Documentation documentations = 1 [(.google.api.field_behavior) = REQUIRED]; -
getDocumentations
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
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.
-