public interface ListExtensionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Extension |
getExtensions(int index)
List of Extension in the requested page.
|
int |
getExtensionsCount()
List of Extension in the requested page.
|
List<Extension> |
getExtensionsList()
List of Extension in the requested page.
|
ExtensionOrBuilder |
getExtensionsOrBuilder(int index)
List of Extension in the requested page.
|
List<? extends ExtensionOrBuilder> |
getExtensionsOrBuilderList()
List of Extension in the requested page.
|
String |
getNextPageToken()
A token to retrieve the next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve the next page of results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Extension> getExtensionsList()
List of Extension in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Extension extensions = 1;Extension getExtensions(int index)
List of Extension in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Extension extensions = 1;int getExtensionsCount()
List of Extension in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Extension extensions = 1;List<? extends ExtensionOrBuilder> getExtensionsOrBuilderList()
List of Extension in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Extension extensions = 1;ExtensionOrBuilder getExtensionsOrBuilder(int index)
List of Extension in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Extension extensions = 1;String getNextPageToken()
A token to retrieve the next page of results. Pass to [ListExtensionsRequest.page_token][google.cloud.aiplatform.v1beta1.ListExtensionsRequest.page_token] to obtain that page.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve the next page of results. Pass to [ListExtensionsRequest.page_token][google.cloud.aiplatform.v1beta1.ListExtensionsRequest.page_token] to obtain that page.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.