Uses of Class
com.google.cloud.aiplatform.v1.ListContextsResponse.Builder
Packages that use ListContextsResponse.Builder
-
Uses of ListContextsResponse.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ListContextsResponse.BuilderModifier and TypeMethodDescriptionListContextsResponse.Builder.addAllContexts(Iterable<? extends Context> values) The Contexts retrieved from the MetadataStore.ListContextsResponse.Builder.addContexts(int index, Context value) The Contexts retrieved from the MetadataStore.ListContextsResponse.Builder.addContexts(int index, Context.Builder builderForValue) The Contexts retrieved from the MetadataStore.ListContextsResponse.Builder.addContexts(Context value) The Contexts retrieved from the MetadataStore.ListContextsResponse.Builder.addContexts(Context.Builder builderForValue) The Contexts retrieved from the MetadataStore.ListContextsResponse.Builder.clear()ListContextsResponse.Builder.clearContexts()The Contexts retrieved from the MetadataStore.ListContextsResponse.Builder.clearNextPageToken()A token, which can be sent as [ListContextsRequest.page_token][google.cloud.aiplatform.v1.ListContextsRequest.page_token] to retrieve the next page.ListContextsResponse.Builder.mergeFrom(ListContextsResponse other) ListContextsResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListContextsResponse.Builder.mergeFrom(com.google.protobuf.Message other) static ListContextsResponse.BuilderListContextsResponse.newBuilder()static ListContextsResponse.BuilderListContextsResponse.newBuilder(ListContextsResponse prototype) ListContextsResponse.newBuilderForType()protected ListContextsResponse.BuilderListContextsResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ListContextsResponse.Builder.removeContexts(int index) The Contexts retrieved from the MetadataStore.ListContextsResponse.Builder.setContexts(int index, Context value) The Contexts retrieved from the MetadataStore.ListContextsResponse.Builder.setContexts(int index, Context.Builder builderForValue) The Contexts retrieved from the MetadataStore.ListContextsResponse.Builder.setNextPageToken(String value) A token, which can be sent as [ListContextsRequest.page_token][google.cloud.aiplatform.v1.ListContextsRequest.page_token] to retrieve the next page.ListContextsResponse.Builder.setNextPageTokenBytes(com.google.protobuf.ByteString value) A token, which can be sent as [ListContextsRequest.page_token][google.cloud.aiplatform.v1.ListContextsRequest.page_token] to retrieve the next page.ListContextsResponse.toBuilder()