public static final class AddExecutionEventsRequest.Builder extends GeneratedMessageV3.Builder<AddExecutionEventsRequest.Builder> implements AddExecutionEventsRequestOrBuilder
Request message for
MetadataService.AddExecutionEvents.
Protobuf type google.cloud.aiplatform.v1.AddExecutionEventsRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public AddExecutionEventsRequest.Builder addAllEvents(Iterable<? extends Event> values)
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.aiplatform.v1.Event>
|
public AddExecutionEventsRequest.Builder addEvents(Event value)
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2;
Parameter |
Name |
Description |
value |
Event
|
public AddExecutionEventsRequest.Builder addEvents(Event.Builder builderForValue)
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2;
public AddExecutionEventsRequest.Builder addEvents(int index, Event value)
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2;
Parameters |
Name |
Description |
index |
int
|
value |
Event
|
public AddExecutionEventsRequest.Builder addEvents(int index, Event.Builder builderForValue)
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2;
public Event.Builder addEventsBuilder()
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2;
public Event.Builder addEventsBuilder(int index)
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2;
Parameter |
Name |
Description |
index |
int
|
public AddExecutionEventsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public AddExecutionEventsRequest build()
public AddExecutionEventsRequest buildPartial()
public AddExecutionEventsRequest.Builder clear()
Overrides
public AddExecutionEventsRequest.Builder clearEvents()
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2;
public AddExecutionEventsRequest.Builder clearExecution()
Required. The resource name of the Execution that the Events connect
Artifacts with.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}
string execution = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
public AddExecutionEventsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public AddExecutionEventsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public AddExecutionEventsRequest.Builder clone()
Overrides
public AddExecutionEventsRequest getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public Event getEvents(int index)
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2;
Parameter |
Name |
Description |
index |
int
|
Returns |
Type |
Description |
Event |
|
public Event.Builder getEventsBuilder(int index)
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2;
Parameter |
Name |
Description |
index |
int
|
public List<Event.Builder> getEventsBuilderList()
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2;
public int getEventsCount()
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2;
Returns |
Type |
Description |
int |
|
public List<Event> getEventsList()
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2;
public EventOrBuilder getEventsOrBuilder(int index)
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2;
Parameter |
Name |
Description |
index |
int
|
public List<? extends EventOrBuilder> getEventsOrBuilderList()
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2;
Returns |
Type |
Description |
List<? extends com.google.cloud.aiplatform.v1.EventOrBuilder> |
|
public String getExecution()
Required. The resource name of the Execution that the Events connect
Artifacts with.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}
string execution = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The execution.
|
public ByteString getExecutionBytes()
Required. The resource name of the Execution that the Events connect
Artifacts with.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}
string execution = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for execution.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public AddExecutionEventsRequest.Builder mergeFrom(AddExecutionEventsRequest other)
public AddExecutionEventsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public AddExecutionEventsRequest.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final AddExecutionEventsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public AddExecutionEventsRequest.Builder removeEvents(int index)
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2;
Parameter |
Name |
Description |
index |
int
|
public AddExecutionEventsRequest.Builder setEvents(int index, Event value)
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2;
Parameters |
Name |
Description |
index |
int
|
value |
Event
|
public AddExecutionEventsRequest.Builder setEvents(int index, Event.Builder builderForValue)
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2;
public AddExecutionEventsRequest.Builder setExecution(String value)
Required. The resource name of the Execution that the Events connect
Artifacts with.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}
string execution = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
value |
String
The execution to set.
|
public AddExecutionEventsRequest.Builder setExecutionBytes(ByteString value)
Required. The resource name of the Execution that the Events connect
Artifacts with.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}
string execution = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
value |
ByteString
The bytes for execution to set.
|
public AddExecutionEventsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public AddExecutionEventsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final AddExecutionEventsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides