Interface ListExtensionsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListExtensionsResponse,ListExtensionsResponse.Builder
@Generated
public interface ListExtensionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetExtensions(int index) List of Extension in the requested page.intList of Extension in the requested page.List of Extension in the requested page.getExtensionsOrBuilder(int index) List of Extension in the requested page.List<? extends ExtensionOrBuilder>List of Extension in the requested page.A token to retrieve the next page of results.com.google.protobuf.ByteStringA token to retrieve the next page of results.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
-
getExtensionsList
List of Extension in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Extension extensions = 1; -
getExtensions
List of Extension in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Extension extensions = 1; -
getExtensionsCount
int getExtensionsCount()List of Extension in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Extension extensions = 1; -
getExtensionsOrBuilderList
List<? extends ExtensionOrBuilder> getExtensionsOrBuilderList()List of Extension in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Extension extensions = 1; -
getExtensionsOrBuilder
List of Extension in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Extension extensions = 1; -
getNextPageToken
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;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
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;- Returns:
- The bytes for nextPageToken.
-