Package com.google.cloud.aiplatform.v1
Class AddExecutionEventsRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<AddExecutionEventsRequest.Builder>
com.google.cloud.aiplatform.v1.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.GeneratedMessage.Builder<AddExecutionEventsRequest.Builder>
implements AddExecutionEventsRequestOrBuilder
Request message for [MetadataService.AddExecutionEvents][google.cloud.aiplatform.v1.MetadataService.AddExecutionEvents].Protobuf type
google.cloud.aiplatform.v1.AddExecutionEventsRequest-
Method Summary
Modifier and TypeMethodDescriptionaddAllEvents(Iterable<? extends Event> values) The Events to create and add.The Events to create and add.addEvents(int index, Event.Builder builderForValue) The Events to create and add.The Events to create and add.addEvents(Event.Builder builderForValue) The Events to create and add.The Events to create and add.addEventsBuilder(int index) The Events to create and add.build()clear()The Events to create and add.Required.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorgetEvents(int index) The Events to create and add.getEventsBuilder(int index) The Events to create and add.The Events to create and add.intThe Events to create and add.The Events to create and add.getEventsOrBuilder(int index) The Events to create and add.List<? extends EventOrBuilder>The Events to create and add.Required.com.google.protobuf.ByteStringRequired.protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) removeEvents(int index) The Events to create and add.The Events to create and add.setEvents(int index, Event.Builder builderForValue) The Events to create and add.setExecution(String value) Required.setExecutionBytes(com.google.protobuf.ByteString value) Required.Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<AddExecutionEventsRequest.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<AddExecutionEventsRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<AddExecutionEventsRequest.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<AddExecutionEventsRequest.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<AddExecutionEventsRequest.Builder>
-
mergeFrom
public AddExecutionEventsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<AddExecutionEventsRequest.Builder>- Throws:
IOException
-
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:
getExecutionin 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:
getExecutionBytesin interfaceAddExecutionEventsRequestOrBuilder- Returns:
- The bytes for execution.
-
setExecution
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
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
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
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2;- Specified by:
getEventsListin interfaceAddExecutionEventsRequestOrBuilder
-
getEventsCount
public int getEventsCount()The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2;- Specified by:
getEventsCountin interfaceAddExecutionEventsRequestOrBuilder
-
getEvents
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2;- Specified by:
getEventsin interfaceAddExecutionEventsRequestOrBuilder
-
setEvents
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2; -
setEvents
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2; -
addEvents
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2; -
addEvents
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2; -
addEvents
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2; -
addEvents
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2; -
addAllEvents
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2; -
clearEvents
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2; -
removeEvents
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2; -
getEventsBuilder
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2; -
getEventsOrBuilder
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2;- Specified by:
getEventsOrBuilderin interfaceAddExecutionEventsRequestOrBuilder
-
getEventsOrBuilderList
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2;- Specified by:
getEventsOrBuilderListin interfaceAddExecutionEventsRequestOrBuilder
-
addEventsBuilder
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2; -
addEventsBuilder
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2; -
getEventsBuilderList
The Events to create and add.
repeated .google.cloud.aiplatform.v1.Event events = 2;
-