Uses of Class
com.google.cloud.aiplatform.v1beta1.ContentsExample.Builder
Packages that use ContentsExample.Builder
-
Uses of ContentsExample.Builder in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ContentsExample.BuilderModifier and TypeMethodDescriptionContentsExample.Builder.addAllContents(Iterable<? extends Content> values) Required.ContentsExample.Builder.addAllExpectedContents(Iterable<? extends ContentsExample.ExpectedContent> values) Required.ContentsExample.Builder.addContents(int index, Content value) Required.ContentsExample.Builder.addContents(int index, Content.Builder builderForValue) Required.ContentsExample.Builder.addContents(Content value) Required.ContentsExample.Builder.addContents(Content.Builder builderForValue) Required.ContentsExample.Builder.addExpectedContents(int index, ContentsExample.ExpectedContent value) Required.ContentsExample.Builder.addExpectedContents(int index, ContentsExample.ExpectedContent.Builder builderForValue) Required.ContentsExample.Builder.addExpectedContents(ContentsExample.ExpectedContent value) Required.ContentsExample.Builder.addExpectedContents(ContentsExample.ExpectedContent.Builder builderForValue) Required.ContentsExample.Builder.clear()ContentsExample.Builder.clearContents()Required.ContentsExample.Builder.clearExpectedContents()Required.StoredContentsExample.Builder.getContentsExampleBuilder()Required.ContentsExample.Builder.mergeFrom(ContentsExample other) ContentsExample.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ContentsExample.Builder.mergeFrom(com.google.protobuf.Message other) static ContentsExample.BuilderContentsExample.newBuilder()static ContentsExample.BuilderContentsExample.newBuilder(ContentsExample prototype) ContentsExample.newBuilderForType()protected ContentsExample.BuilderContentsExample.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ContentsExample.Builder.removeContents(int index) Required.ContentsExample.Builder.removeExpectedContents(int index) Required.ContentsExample.Builder.setContents(int index, Content value) Required.ContentsExample.Builder.setContents(int index, Content.Builder builderForValue) Required.ContentsExample.Builder.setExpectedContents(int index, ContentsExample.ExpectedContent value) Required.ContentsExample.Builder.setExpectedContents(int index, ContentsExample.ExpectedContent.Builder builderForValue) Required.ContentsExample.toBuilder()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type ContentsExample.BuilderModifier and TypeMethodDescriptionStoredContentsExample.Builder.setContentsExample(ContentsExample.Builder builderForValue) Required.