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
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.
-
-