Uses of Class
com.google.cloud.aiplatform.v1beta1.ExampleStore.Builder
Packages that use ExampleStore.Builder
-
Uses of ExampleStore.Builder in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ExampleStore.BuilderModifier and TypeMethodDescriptionListExampleStoresResponse.Builder.addExampleStoresBuilder()List of ExampleStore in the requested page.ListExampleStoresResponse.Builder.addExampleStoresBuilder(int index) List of ExampleStore in the requested page.ExampleStore.Builder.clear()ExampleStore.Builder.clearCreateTime()Output only.ExampleStore.Builder.clearDescription()Optional.ExampleStore.Builder.clearDisplayName()Required.ExampleStore.Builder.clearExampleStoreConfig()Required.ExampleStore.Builder.clearName()Identifier.ExampleStore.Builder.clearUpdateTime()Output only.CreateExampleStoreRequest.Builder.getExampleStoreBuilder()Required.UpdateExampleStoreRequest.Builder.getExampleStoreBuilder()Required.ListExampleStoresResponse.Builder.getExampleStoresBuilder(int index) List of ExampleStore in the requested page.ExampleStore.Builder.mergeCreateTime(com.google.protobuf.Timestamp value) Output only.ExampleStore.Builder.mergeExampleStoreConfig(ExampleStoreConfig value) Required.ExampleStore.Builder.mergeFrom(ExampleStore other) ExampleStore.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ExampleStore.Builder.mergeFrom(com.google.protobuf.Message other) ExampleStore.Builder.mergeUpdateTime(com.google.protobuf.Timestamp value) Output only.static ExampleStore.BuilderExampleStore.newBuilder()static ExampleStore.BuilderExampleStore.newBuilder(ExampleStore prototype) ExampleStore.newBuilderForType()protected ExampleStore.BuilderExampleStore.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ExampleStore.Builder.setCreateTime(com.google.protobuf.Timestamp value) Output only.ExampleStore.Builder.setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.ExampleStore.Builder.setDescription(String value) Optional.ExampleStore.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) Optional.ExampleStore.Builder.setDisplayName(String value) Required.ExampleStore.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value) Required.ExampleStore.Builder.setExampleStoreConfig(ExampleStoreConfig value) Required.ExampleStore.Builder.setExampleStoreConfig(ExampleStoreConfig.Builder builderForValue) Required.Identifier.ExampleStore.Builder.setNameBytes(com.google.protobuf.ByteString value) Identifier.ExampleStore.Builder.setUpdateTime(com.google.protobuf.Timestamp value) Output only.ExampleStore.Builder.setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.ExampleStore.toBuilder()Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type ExampleStore.BuilderModifier and TypeMethodDescriptionListExampleStoresResponse.Builder.getExampleStoresBuilderList()List of ExampleStore in the requested page.Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type ExampleStore.BuilderModifier and TypeMethodDescriptionListExampleStoresResponse.Builder.addExampleStores(int index, ExampleStore.Builder builderForValue) List of ExampleStore in the requested page.ListExampleStoresResponse.Builder.addExampleStores(ExampleStore.Builder builderForValue) List of ExampleStore in the requested page.CreateExampleStoreRequest.Builder.setExampleStore(ExampleStore.Builder builderForValue) Required.UpdateExampleStoreRequest.Builder.setExampleStore(ExampleStore.Builder builderForValue) Required.ListExampleStoresResponse.Builder.setExampleStores(int index, ExampleStore.Builder builderForValue) List of ExampleStore in the requested page.