Uses of Class
com.google.cloud.aiplatform.v1.AddContextArtifactsAndExecutionsRequest.Builder
Packages that use AddContextArtifactsAndExecutionsRequest.Builder
-
Uses of AddContextArtifactsAndExecutionsRequest.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return AddContextArtifactsAndExecutionsRequest.BuilderModifier and TypeMethodDescriptionAddContextArtifactsAndExecutionsRequest.Builder.addAllArtifacts(Iterable<String> values) The resource names of the Artifacts to attribute to the Context.AddContextArtifactsAndExecutionsRequest.Builder.addAllExecutions(Iterable<String> values) The resource names of the Executions to associate with the Context.AddContextArtifactsAndExecutionsRequest.Builder.addArtifacts(String value) The resource names of the Artifacts to attribute to the Context.AddContextArtifactsAndExecutionsRequest.Builder.addArtifactsBytes(com.google.protobuf.ByteString value) The resource names of the Artifacts to attribute to the Context.AddContextArtifactsAndExecutionsRequest.Builder.addExecutions(String value) The resource names of the Executions to associate with the Context.AddContextArtifactsAndExecutionsRequest.Builder.addExecutionsBytes(com.google.protobuf.ByteString value) The resource names of the Executions to associate with the Context.AddContextArtifactsAndExecutionsRequest.Builder.clear()AddContextArtifactsAndExecutionsRequest.Builder.clearArtifacts()The resource names of the Artifacts to attribute to the Context.AddContextArtifactsAndExecutionsRequest.Builder.clearContext()Required.AddContextArtifactsAndExecutionsRequest.Builder.clearExecutions()The resource names of the Executions to associate with the Context.AddContextArtifactsAndExecutionsRequest.Builder.mergeFrom(AddContextArtifactsAndExecutionsRequest other) AddContextArtifactsAndExecutionsRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AddContextArtifactsAndExecutionsRequest.Builder.mergeFrom(com.google.protobuf.Message other) AddContextArtifactsAndExecutionsRequest.newBuilder()AddContextArtifactsAndExecutionsRequest.newBuilder(AddContextArtifactsAndExecutionsRequest prototype) AddContextArtifactsAndExecutionsRequest.newBuilderForType()AddContextArtifactsAndExecutionsRequest.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) AddContextArtifactsAndExecutionsRequest.Builder.setArtifacts(int index, String value) The resource names of the Artifacts to attribute to the Context.AddContextArtifactsAndExecutionsRequest.Builder.setContext(String value) Required.AddContextArtifactsAndExecutionsRequest.Builder.setContextBytes(com.google.protobuf.ByteString value) Required.AddContextArtifactsAndExecutionsRequest.Builder.setExecutions(int index, String value) The resource names of the Executions to associate with the Context.AddContextArtifactsAndExecutionsRequest.toBuilder()