public interface ListFeatureViewSyncsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FeatureViewSync |
getFeatureViewSyncs(int index)
The FeatureViewSyncs matching the request.
|
int |
getFeatureViewSyncsCount()
The FeatureViewSyncs matching the request.
|
List<FeatureViewSync> |
getFeatureViewSyncsList()
The FeatureViewSyncs matching the request.
|
FeatureViewSyncOrBuilder |
getFeatureViewSyncsOrBuilder(int index)
The FeatureViewSyncs matching the request.
|
List<? extends FeatureViewSyncOrBuilder> |
getFeatureViewSyncsOrBuilderList()
The FeatureViewSyncs matching the request.
|
String |
getNextPageToken()
A token, which can be sent as
[ListFeatureViewSyncsRequest.page_token][google.cloud.aiplatform.v1.ListFeatureViewSyncsRequest.page_token]
to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as
[ListFeatureViewSyncsRequest.page_token][google.cloud.aiplatform.v1.ListFeatureViewSyncsRequest.page_token]
to retrieve the next page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<FeatureViewSync> getFeatureViewSyncsList()
The FeatureViewSyncs matching the request.
repeated .google.cloud.aiplatform.v1.FeatureViewSync feature_view_syncs = 1;FeatureViewSync getFeatureViewSyncs(int index)
The FeatureViewSyncs matching the request.
repeated .google.cloud.aiplatform.v1.FeatureViewSync feature_view_syncs = 1;int getFeatureViewSyncsCount()
The FeatureViewSyncs matching the request.
repeated .google.cloud.aiplatform.v1.FeatureViewSync feature_view_syncs = 1;List<? extends FeatureViewSyncOrBuilder> getFeatureViewSyncsOrBuilderList()
The FeatureViewSyncs matching the request.
repeated .google.cloud.aiplatform.v1.FeatureViewSync feature_view_syncs = 1;FeatureViewSyncOrBuilder getFeatureViewSyncsOrBuilder(int index)
The FeatureViewSyncs matching the request.
repeated .google.cloud.aiplatform.v1.FeatureViewSync feature_view_syncs = 1;String getNextPageToken()
A token, which can be sent as [ListFeatureViewSyncsRequest.page_token][google.cloud.aiplatform.v1.ListFeatureViewSyncsRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token, which can be sent as [ListFeatureViewSyncsRequest.page_token][google.cloud.aiplatform.v1.ListFeatureViewSyncsRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;Copyright © 2023 Google LLC. All rights reserved.