Uses of Class
com.google.cloud.aiplatform.v1beta1.ListExampleStoresResponse.Builder
Packages that use ListExampleStoresResponse.Builder
-
Uses of ListExampleStoresResponse.Builder in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ListExampleStoresResponse.BuilderModifier and TypeMethodDescriptionListExampleStoresResponse.Builder.addAllExampleStores(Iterable<? extends ExampleStore> values) List of ExampleStore in the requested page.ListExampleStoresResponse.Builder.addExampleStores(int index, ExampleStore value) List of ExampleStore in the requested page.ListExampleStoresResponse.Builder.addExampleStores(int index, ExampleStore.Builder builderForValue) List of ExampleStore in the requested page.ListExampleStoresResponse.Builder.addExampleStores(ExampleStore value) List of ExampleStore in the requested page.ListExampleStoresResponse.Builder.addExampleStores(ExampleStore.Builder builderForValue) List of ExampleStore in the requested page.ListExampleStoresResponse.Builder.clear()ListExampleStoresResponse.Builder.clearExampleStores()List of ExampleStore in the requested page.ListExampleStoresResponse.Builder.clearNextPageToken()A token to retrieve the next page of results.ListExampleStoresResponse.Builder.mergeFrom(ListExampleStoresResponse other) ListExampleStoresResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListExampleStoresResponse.Builder.mergeFrom(com.google.protobuf.Message other) ListExampleStoresResponse.newBuilder()ListExampleStoresResponse.newBuilder(ListExampleStoresResponse prototype) ListExampleStoresResponse.newBuilderForType()protected ListExampleStoresResponse.BuilderListExampleStoresResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ListExampleStoresResponse.Builder.removeExampleStores(int index) List of ExampleStore in the requested page.ListExampleStoresResponse.Builder.setExampleStores(int index, ExampleStore value) List of ExampleStore in the requested page.ListExampleStoresResponse.Builder.setExampleStores(int index, ExampleStore.Builder builderForValue) List of ExampleStore in the requested page.ListExampleStoresResponse.Builder.setNextPageToken(String value) A token to retrieve the next page of results.ListExampleStoresResponse.Builder.setNextPageTokenBytes(com.google.protobuf.ByteString value) A token to retrieve the next page of results.ListExampleStoresResponse.toBuilder()