Class AddExecutionEventsRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<AddExecutionEventsRequest.Builder>
-
- com.google.cloud.aiplatform.v1beta1.AddExecutionEventsRequest.Builder
-
- All Implemented Interfaces:
AddExecutionEventsRequestOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- AddExecutionEventsRequest
public static final class AddExecutionEventsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AddExecutionEventsRequest.Builder> implements AddExecutionEventsRequestOrBuilder
Request message for [MetadataService.AddExecutionEvents][google.cloud.aiplatform.v1beta1.MetadataService.AddExecutionEvents].
Protobuf typegoogle.cloud.aiplatform.v1beta1.AddExecutionEventsRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AddExecutionEventsRequest.Builder
addAllEvents(Iterable<? extends Event> values)
The Events to create and add.AddExecutionEventsRequest.Builder
addEvents(int index, Event value)
The Events to create and add.AddExecutionEventsRequest.Builder
addEvents(int index, Event.Builder builderForValue)
The Events to create and add.AddExecutionEventsRequest.Builder
addEvents(Event value)
The Events to create and add.AddExecutionEventsRequest.Builder
addEvents(Event.Builder builderForValue)
The Events to create and add.Event.Builder
addEventsBuilder()
The Events to create and add.Event.Builder
addEventsBuilder(int index)
The Events to create and add.AddExecutionEventsRequest.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
AddExecutionEventsRequest
build()
AddExecutionEventsRequest
buildPartial()
AddExecutionEventsRequest.Builder
clear()
AddExecutionEventsRequest.Builder
clearEvents()
The Events to create and add.AddExecutionEventsRequest.Builder
clearExecution()
Required.AddExecutionEventsRequest.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
AddExecutionEventsRequest.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
AddExecutionEventsRequest.Builder
clone()
AddExecutionEventsRequest
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
Event
getEvents(int index)
The Events to create and add.Event.Builder
getEventsBuilder(int index)
The Events to create and add.List<Event.Builder>
getEventsBuilderList()
The Events to create and add.int
getEventsCount()
The Events to create and add.List<Event>
getEventsList()
The Events to create and add.EventOrBuilder
getEventsOrBuilder(int index)
The Events to create and add.List<? extends EventOrBuilder>
getEventsOrBuilderList()
The Events to create and add.String
getExecution()
Required.com.google.protobuf.ByteString
getExecutionBytes()
Required.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
AddExecutionEventsRequest.Builder
mergeFrom(AddExecutionEventsRequest other)
AddExecutionEventsRequest.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
AddExecutionEventsRequest.Builder
mergeFrom(com.google.protobuf.Message other)
AddExecutionEventsRequest.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
AddExecutionEventsRequest.Builder
removeEvents(int index)
The Events to create and add.AddExecutionEventsRequest.Builder
setEvents(int index, Event value)
The Events to create and add.AddExecutionEventsRequest.Builder
setEvents(int index, Event.Builder builderForValue)
The Events to create and add.AddExecutionEventsRequest.Builder
setExecution(String value)
Required.AddExecutionEventsRequest.Builder
setExecutionBytes(com.google.protobuf.ByteString value)
Required.AddExecutionEventsRequest.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
AddExecutionEventsRequest.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
AddExecutionEventsRequest.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<AddExecutionEventsRequest.Builder>
-
clear
public AddExecutionEventsRequest.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<AddExecutionEventsRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<AddExecutionEventsRequest.Builder>
-
getDefaultInstanceForType
public AddExecutionEventsRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public AddExecutionEventsRequest build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public AddExecutionEventsRequest buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public AddExecutionEventsRequest.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<AddExecutionEventsRequest.Builder>
-
setField
public AddExecutionEventsRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<AddExecutionEventsRequest.Builder>
-
clearField
public AddExecutionEventsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<AddExecutionEventsRequest.Builder>
-
clearOneof
public AddExecutionEventsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<AddExecutionEventsRequest.Builder>
-
setRepeatedField
public AddExecutionEventsRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<AddExecutionEventsRequest.Builder>
-
addRepeatedField
public AddExecutionEventsRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<AddExecutionEventsRequest.Builder>
-
mergeFrom
public AddExecutionEventsRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<AddExecutionEventsRequest.Builder>
-
mergeFrom
public AddExecutionEventsRequest.Builder mergeFrom(AddExecutionEventsRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<AddExecutionEventsRequest.Builder>
-
mergeFrom
public AddExecutionEventsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<AddExecutionEventsRequest.Builder>
- Throws:
IOException
-
getExecution
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) = { ... }
- Specified by:
getExecution
in interfaceAddExecutionEventsRequestOrBuilder
- Returns:
- The execution.
-
getExecutionBytes
public com.google.protobuf.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) = { ... }
- Specified by:
getExecutionBytes
in interfaceAddExecutionEventsRequestOrBuilder
- Returns:
- The bytes for execution.
-
setExecution
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) = { ... }
- Parameters:
value
- The execution to set.- Returns:
- This builder for chaining.
-
clearExecution
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) = { ... }
- Returns:
- This builder for chaining.
-
setExecutionBytes
public AddExecutionEventsRequest.Builder setExecutionBytes(com.google.protobuf.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) = { ... }
- Parameters:
value
- The bytes for execution to set.- Returns:
- This builder for chaining.
-
getEventsList
public List<Event> getEventsList()
The Events to create and add.
repeated .google.cloud.aiplatform.v1beta1.Event events = 2;
- Specified by:
getEventsList
in interfaceAddExecutionEventsRequestOrBuilder
-
getEventsCount
public int getEventsCount()
The Events to create and add.
repeated .google.cloud.aiplatform.v1beta1.Event events = 2;
- Specified by:
getEventsCount
in interfaceAddExecutionEventsRequestOrBuilder
-
getEvents
public Event getEvents(int index)
The Events to create and add.
repeated .google.cloud.aiplatform.v1beta1.Event events = 2;
- Specified by:
getEvents
in interfaceAddExecutionEventsRequestOrBuilder
-
setEvents
public AddExecutionEventsRequest.Builder setEvents(int index, Event value)
The Events to create and add.
repeated .google.cloud.aiplatform.v1beta1.Event events = 2;
-
setEvents
public AddExecutionEventsRequest.Builder setEvents(int index, Event.Builder builderForValue)
The Events to create and add.
repeated .google.cloud.aiplatform.v1beta1.Event events = 2;
-
addEvents
public AddExecutionEventsRequest.Builder addEvents(Event value)
The Events to create and add.
repeated .google.cloud.aiplatform.v1beta1.Event events = 2;
-
addEvents
public AddExecutionEventsRequest.Builder addEvents(int index, Event value)
The Events to create and add.
repeated .google.cloud.aiplatform.v1beta1.Event events = 2;
-
addEvents
public AddExecutionEventsRequest.Builder addEvents(Event.Builder builderForValue)
The Events to create and add.
repeated .google.cloud.aiplatform.v1beta1.Event events = 2;
-
addEvents
public AddExecutionEventsRequest.Builder addEvents(int index, Event.Builder builderForValue)
The Events to create and add.
repeated .google.cloud.aiplatform.v1beta1.Event events = 2;
-
addAllEvents
public AddExecutionEventsRequest.Builder addAllEvents(Iterable<? extends Event> values)
The Events to create and add.
repeated .google.cloud.aiplatform.v1beta1.Event events = 2;
-
clearEvents
public AddExecutionEventsRequest.Builder clearEvents()
The Events to create and add.
repeated .google.cloud.aiplatform.v1beta1.Event events = 2;
-
removeEvents
public AddExecutionEventsRequest.Builder removeEvents(int index)
The Events to create and add.
repeated .google.cloud.aiplatform.v1beta1.Event events = 2;
-
getEventsBuilder
public Event.Builder getEventsBuilder(int index)
The Events to create and add.
repeated .google.cloud.aiplatform.v1beta1.Event events = 2;
-
getEventsOrBuilder
public EventOrBuilder getEventsOrBuilder(int index)
The Events to create and add.
repeated .google.cloud.aiplatform.v1beta1.Event events = 2;
- Specified by:
getEventsOrBuilder
in interfaceAddExecutionEventsRequestOrBuilder
-
getEventsOrBuilderList
public List<? extends EventOrBuilder> getEventsOrBuilderList()
The Events to create and add.
repeated .google.cloud.aiplatform.v1beta1.Event events = 2;
- Specified by:
getEventsOrBuilderList
in interfaceAddExecutionEventsRequestOrBuilder
-
addEventsBuilder
public Event.Builder addEventsBuilder()
The Events to create and add.
repeated .google.cloud.aiplatform.v1beta1.Event events = 2;
-
addEventsBuilder
public Event.Builder addEventsBuilder(int index)
The Events to create and add.
repeated .google.cloud.aiplatform.v1beta1.Event events = 2;
-
getEventsBuilderList
public List<Event.Builder> getEventsBuilderList()
The Events to create and add.
repeated .google.cloud.aiplatform.v1beta1.Event events = 2;
-
setUnknownFields
public final AddExecutionEventsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<AddExecutionEventsRequest.Builder>
-
mergeUnknownFields
public final AddExecutionEventsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<AddExecutionEventsRequest.Builder>
-
-