Class Execution.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<Execution.Builder>
com.google.cloud.aiplatform.v1.Execution.Builder
All Implemented Interfaces:
ExecutionOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
Execution

public static final class Execution.Builder extends com.google.protobuf.GeneratedMessage.Builder<Execution.Builder> implements ExecutionOrBuilder
 Instance of a general execution.
 
Protobuf type google.cloud.aiplatform.v1.Execution
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
      Overrides:
      internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessage.Builder<Execution.Builder>
    • internalGetMutableMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
      Overrides:
      internalGetMutableMapFieldReflection in class com.google.protobuf.GeneratedMessage.Builder<Execution.Builder>
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Execution.Builder>
    • clear

      public Execution.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<Execution.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Execution.Builder>
    • getDefaultInstanceForType

      public Execution getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Execution build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Execution buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public Execution.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Execution.Builder>
    • mergeFrom

      public Execution.Builder mergeFrom(Execution other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<Execution.Builder>
    • mergeFrom

      public Execution.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Execution.Builder>
      Throws:
      IOException
    • getName

      public String getName()
       Output only. The resource name of the Execution.
       
      string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getName in interface ExecutionOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       Output only. The resource name of the Execution.
       
      string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getNameBytes in interface ExecutionOrBuilder
      Returns:
      The bytes for name.
    • setName

      public Execution.Builder setName(String value)
       Output only. The resource name of the Execution.
       
      string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

      public Execution.Builder clearName()
       Output only. The resource name of the Execution.
       
      string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • setNameBytes

      public Execution.Builder setNameBytes(com.google.protobuf.ByteString value)
       Output only. The resource name of the Execution.
       
      string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • getDisplayName

      public String getDisplayName()
       User provided display name of the Execution.
       May be up to 128 Unicode characters.
       
      string display_name = 2;
      Specified by:
      getDisplayName in interface ExecutionOrBuilder
      Returns:
      The displayName.
    • getDisplayNameBytes

      public com.google.protobuf.ByteString getDisplayNameBytes()
       User provided display name of the Execution.
       May be up to 128 Unicode characters.
       
      string display_name = 2;
      Specified by:
      getDisplayNameBytes in interface ExecutionOrBuilder
      Returns:
      The bytes for displayName.
    • setDisplayName

      public Execution.Builder setDisplayName(String value)
       User provided display name of the Execution.
       May be up to 128 Unicode characters.
       
      string display_name = 2;
      Parameters:
      value - The displayName to set.
      Returns:
      This builder for chaining.
    • clearDisplayName

      public Execution.Builder clearDisplayName()
       User provided display name of the Execution.
       May be up to 128 Unicode characters.
       
      string display_name = 2;
      Returns:
      This builder for chaining.
    • setDisplayNameBytes

      public Execution.Builder setDisplayNameBytes(com.google.protobuf.ByteString value)
       User provided display name of the Execution.
       May be up to 128 Unicode characters.
       
      string display_name = 2;
      Parameters:
      value - The bytes for displayName to set.
      Returns:
      This builder for chaining.
    • getStateValue

      public int getStateValue()
       The state of this Execution. This is a property of the Execution, and does
       not imply or capture any ongoing process. This property is managed by
       clients (such as Vertex AI Pipelines) and the system does not prescribe
       or check the validity of state transitions.
       
      .google.cloud.aiplatform.v1.Execution.State state = 6;
      Specified by:
      getStateValue in interface ExecutionOrBuilder
      Returns:
      The enum numeric value on the wire for state.
    • setStateValue

      public Execution.Builder setStateValue(int value)
       The state of this Execution. This is a property of the Execution, and does
       not imply or capture any ongoing process. This property is managed by
       clients (such as Vertex AI Pipelines) and the system does not prescribe
       or check the validity of state transitions.
       
      .google.cloud.aiplatform.v1.Execution.State state = 6;
      Parameters:
      value - The enum numeric value on the wire for state to set.
      Returns:
      This builder for chaining.
    • getState

      public Execution.State getState()
       The state of this Execution. This is a property of the Execution, and does
       not imply or capture any ongoing process. This property is managed by
       clients (such as Vertex AI Pipelines) and the system does not prescribe
       or check the validity of state transitions.
       
      .google.cloud.aiplatform.v1.Execution.State state = 6;
      Specified by:
      getState in interface ExecutionOrBuilder
      Returns:
      The state.
    • setState

      public Execution.Builder setState(Execution.State value)
       The state of this Execution. This is a property of the Execution, and does
       not imply or capture any ongoing process. This property is managed by
       clients (such as Vertex AI Pipelines) and the system does not prescribe
       or check the validity of state transitions.
       
      .google.cloud.aiplatform.v1.Execution.State state = 6;
      Parameters:
      value - The state to set.
      Returns:
      This builder for chaining.
    • clearState

      public Execution.Builder clearState()
       The state of this Execution. This is a property of the Execution, and does
       not imply or capture any ongoing process. This property is managed by
       clients (such as Vertex AI Pipelines) and the system does not prescribe
       or check the validity of state transitions.
       
      .google.cloud.aiplatform.v1.Execution.State state = 6;
      Returns:
      This builder for chaining.
    • getEtag

      public String getEtag()
       An eTag used to perform consistent read-modify-write updates. If not set, a
       blind "overwrite" update happens.
       
      string etag = 9;
      Specified by:
      getEtag in interface ExecutionOrBuilder
      Returns:
      The etag.
    • getEtagBytes

      public com.google.protobuf.ByteString getEtagBytes()
       An eTag used to perform consistent read-modify-write updates. If not set, a
       blind "overwrite" update happens.
       
      string etag = 9;
      Specified by:
      getEtagBytes in interface ExecutionOrBuilder
      Returns:
      The bytes for etag.
    • setEtag

      public Execution.Builder setEtag(String value)
       An eTag used to perform consistent read-modify-write updates. If not set, a
       blind "overwrite" update happens.
       
      string etag = 9;
      Parameters:
      value - The etag to set.
      Returns:
      This builder for chaining.
    • clearEtag

      public Execution.Builder clearEtag()
       An eTag used to perform consistent read-modify-write updates. If not set, a
       blind "overwrite" update happens.
       
      string etag = 9;
      Returns:
      This builder for chaining.
    • setEtagBytes

      public Execution.Builder setEtagBytes(com.google.protobuf.ByteString value)
       An eTag used to perform consistent read-modify-write updates. If not set, a
       blind "overwrite" update happens.
       
      string etag = 9;
      Parameters:
      value - The bytes for etag to set.
      Returns:
      This builder for chaining.
    • getLabelsCount

      public int getLabelsCount()
      Description copied from interface: ExecutionOrBuilder
       The labels with user-defined metadata to organize your Executions.
      
       Label keys and values can be no longer than 64 characters
       (Unicode codepoints), can only contain lowercase letters, numeric
       characters, underscores and dashes. International characters are allowed.
       No more than 64 user labels can be associated with one Execution (System
       labels are excluded).
       
      map<string, string> labels = 10;
      Specified by:
      getLabelsCount in interface ExecutionOrBuilder
    • containsLabels

      public boolean containsLabels(String key)
       The labels with user-defined metadata to organize your Executions.
      
       Label keys and values can be no longer than 64 characters
       (Unicode codepoints), can only contain lowercase letters, numeric
       characters, underscores and dashes. International characters are allowed.
       No more than 64 user labels can be associated with one Execution (System
       labels are excluded).
       
      map<string, string> labels = 10;
      Specified by:
      containsLabels in interface ExecutionOrBuilder
    • getLabels

      @Deprecated public Map<String,String> getLabels()
      Deprecated.
      Use getLabelsMap() instead.
      Specified by:
      getLabels in interface ExecutionOrBuilder
    • getLabelsMap

      public Map<String,String> getLabelsMap()
       The labels with user-defined metadata to organize your Executions.
      
       Label keys and values can be no longer than 64 characters
       (Unicode codepoints), can only contain lowercase letters, numeric
       characters, underscores and dashes. International characters are allowed.
       No more than 64 user labels can be associated with one Execution (System
       labels are excluded).
       
      map<string, string> labels = 10;
      Specified by:
      getLabelsMap in interface ExecutionOrBuilder
    • getLabelsOrDefault

      public String getLabelsOrDefault(String key, String defaultValue)
       The labels with user-defined metadata to organize your Executions.
      
       Label keys and values can be no longer than 64 characters
       (Unicode codepoints), can only contain lowercase letters, numeric
       characters, underscores and dashes. International characters are allowed.
       No more than 64 user labels can be associated with one Execution (System
       labels are excluded).
       
      map<string, string> labels = 10;
      Specified by:
      getLabelsOrDefault in interface ExecutionOrBuilder
    • getLabelsOrThrow

      public String getLabelsOrThrow(String key)
       The labels with user-defined metadata to organize your Executions.
      
       Label keys and values can be no longer than 64 characters
       (Unicode codepoints), can only contain lowercase letters, numeric
       characters, underscores and dashes. International characters are allowed.
       No more than 64 user labels can be associated with one Execution (System
       labels are excluded).
       
      map<string, string> labels = 10;
      Specified by:
      getLabelsOrThrow in interface ExecutionOrBuilder
    • clearLabels

      public Execution.Builder clearLabels()
    • removeLabels

      public Execution.Builder removeLabels(String key)
       The labels with user-defined metadata to organize your Executions.
      
       Label keys and values can be no longer than 64 characters
       (Unicode codepoints), can only contain lowercase letters, numeric
       characters, underscores and dashes. International characters are allowed.
       No more than 64 user labels can be associated with one Execution (System
       labels are excluded).
       
      map<string, string> labels = 10;
    • getMutableLabels

      @Deprecated public Map<String,String> getMutableLabels()
      Deprecated.
      Use alternate mutation accessors instead.
    • putLabels

      public Execution.Builder putLabels(String key, String value)
       The labels with user-defined metadata to organize your Executions.
      
       Label keys and values can be no longer than 64 characters
       (Unicode codepoints), can only contain lowercase letters, numeric
       characters, underscores and dashes. International characters are allowed.
       No more than 64 user labels can be associated with one Execution (System
       labels are excluded).
       
      map<string, string> labels = 10;
    • putAllLabels

      public Execution.Builder putAllLabels(Map<String,String> values)
       The labels with user-defined metadata to organize your Executions.
      
       Label keys and values can be no longer than 64 characters
       (Unicode codepoints), can only contain lowercase letters, numeric
       characters, underscores and dashes. International characters are allowed.
       No more than 64 user labels can be associated with one Execution (System
       labels are excluded).
       
      map<string, string> labels = 10;
    • hasCreateTime

      public boolean hasCreateTime()
       Output only. Timestamp when this Execution was created.
       
      .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasCreateTime in interface ExecutionOrBuilder
      Returns:
      Whether the createTime field is set.
    • getCreateTime

      public com.google.protobuf.Timestamp getCreateTime()
       Output only. Timestamp when this Execution was created.
       
      .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCreateTime in interface ExecutionOrBuilder
      Returns:
      The createTime.
    • setCreateTime

      public Execution.Builder setCreateTime(com.google.protobuf.Timestamp value)
       Output only. Timestamp when this Execution was created.
       
      .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setCreateTime

      public Execution.Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
       Output only. Timestamp when this Execution was created.
       
      .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergeCreateTime

      public Execution.Builder mergeCreateTime(com.google.protobuf.Timestamp value)
       Output only. Timestamp when this Execution was created.
       
      .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearCreateTime

      public Execution.Builder clearCreateTime()
       Output only. Timestamp when this Execution was created.
       
      .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getCreateTimeBuilder

      public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
       Output only. Timestamp when this Execution was created.
       
      .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getCreateTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
       Output only. Timestamp when this Execution was created.
       
      .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCreateTimeOrBuilder in interface ExecutionOrBuilder
    • hasUpdateTime

      public boolean hasUpdateTime()
       Output only. Timestamp when this Execution was last updated.
       
      .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasUpdateTime in interface ExecutionOrBuilder
      Returns:
      Whether the updateTime field is set.
    • getUpdateTime

      public com.google.protobuf.Timestamp getUpdateTime()
       Output only. Timestamp when this Execution was last updated.
       
      .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUpdateTime in interface ExecutionOrBuilder
      Returns:
      The updateTime.
    • setUpdateTime

      public Execution.Builder setUpdateTime(com.google.protobuf.Timestamp value)
       Output only. Timestamp when this Execution was last updated.
       
      .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setUpdateTime

      public Execution.Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
       Output only. Timestamp when this Execution was last updated.
       
      .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergeUpdateTime

      public Execution.Builder mergeUpdateTime(com.google.protobuf.Timestamp value)
       Output only. Timestamp when this Execution was last updated.
       
      .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearUpdateTime

      public Execution.Builder clearUpdateTime()
       Output only. Timestamp when this Execution was last updated.
       
      .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getUpdateTimeBuilder

      public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
       Output only. Timestamp when this Execution was last updated.
       
      .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getUpdateTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
       Output only. Timestamp when this Execution was last updated.
       
      .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUpdateTimeOrBuilder in interface ExecutionOrBuilder
    • getSchemaTitle

      public String getSchemaTitle()
       The title of the schema describing the metadata.
      
       Schema title and version is expected to be registered in earlier Create
       Schema calls. And both are used together as unique identifiers to identify
       schemas within the local metadata store.
       
      string schema_title = 13;
      Specified by:
      getSchemaTitle in interface ExecutionOrBuilder
      Returns:
      The schemaTitle.
    • getSchemaTitleBytes

      public com.google.protobuf.ByteString getSchemaTitleBytes()
       The title of the schema describing the metadata.
      
       Schema title and version is expected to be registered in earlier Create
       Schema calls. And both are used together as unique identifiers to identify
       schemas within the local metadata store.
       
      string schema_title = 13;
      Specified by:
      getSchemaTitleBytes in interface ExecutionOrBuilder
      Returns:
      The bytes for schemaTitle.
    • setSchemaTitle

      public Execution.Builder setSchemaTitle(String value)
       The title of the schema describing the metadata.
      
       Schema title and version is expected to be registered in earlier Create
       Schema calls. And both are used together as unique identifiers to identify
       schemas within the local metadata store.
       
      string schema_title = 13;
      Parameters:
      value - The schemaTitle to set.
      Returns:
      This builder for chaining.
    • clearSchemaTitle

      public Execution.Builder clearSchemaTitle()
       The title of the schema describing the metadata.
      
       Schema title and version is expected to be registered in earlier Create
       Schema calls. And both are used together as unique identifiers to identify
       schemas within the local metadata store.
       
      string schema_title = 13;
      Returns:
      This builder for chaining.
    • setSchemaTitleBytes

      public Execution.Builder setSchemaTitleBytes(com.google.protobuf.ByteString value)
       The title of the schema describing the metadata.
      
       Schema title and version is expected to be registered in earlier Create
       Schema calls. And both are used together as unique identifiers to identify
       schemas within the local metadata store.
       
      string schema_title = 13;
      Parameters:
      value - The bytes for schemaTitle to set.
      Returns:
      This builder for chaining.
    • getSchemaVersion

      public String getSchemaVersion()
       The version of the schema in `schema_title` to use.
      
       Schema title and version is expected to be registered in earlier Create
       Schema calls. And both are used together as unique identifiers to identify
       schemas within the local metadata store.
       
      string schema_version = 14;
      Specified by:
      getSchemaVersion in interface ExecutionOrBuilder
      Returns:
      The schemaVersion.
    • getSchemaVersionBytes

      public com.google.protobuf.ByteString getSchemaVersionBytes()
       The version of the schema in `schema_title` to use.
      
       Schema title and version is expected to be registered in earlier Create
       Schema calls. And both are used together as unique identifiers to identify
       schemas within the local metadata store.
       
      string schema_version = 14;
      Specified by:
      getSchemaVersionBytes in interface ExecutionOrBuilder
      Returns:
      The bytes for schemaVersion.
    • setSchemaVersion

      public Execution.Builder setSchemaVersion(String value)
       The version of the schema in `schema_title` to use.
      
       Schema title and version is expected to be registered in earlier Create
       Schema calls. And both are used together as unique identifiers to identify
       schemas within the local metadata store.
       
      string schema_version = 14;
      Parameters:
      value - The schemaVersion to set.
      Returns:
      This builder for chaining.
    • clearSchemaVersion

      public Execution.Builder clearSchemaVersion()
       The version of the schema in `schema_title` to use.
      
       Schema title and version is expected to be registered in earlier Create
       Schema calls. And both are used together as unique identifiers to identify
       schemas within the local metadata store.
       
      string schema_version = 14;
      Returns:
      This builder for chaining.
    • setSchemaVersionBytes

      public Execution.Builder setSchemaVersionBytes(com.google.protobuf.ByteString value)
       The version of the schema in `schema_title` to use.
      
       Schema title and version is expected to be registered in earlier Create
       Schema calls. And both are used together as unique identifiers to identify
       schemas within the local metadata store.
       
      string schema_version = 14;
      Parameters:
      value - The bytes for schemaVersion to set.
      Returns:
      This builder for chaining.
    • hasMetadata

      public boolean hasMetadata()
       Properties of the Execution.
       Top level metadata keys' heading and trailing spaces will be trimmed.
       The size of this field should not exceed 200KB.
       
      .google.protobuf.Struct metadata = 15;
      Specified by:
      hasMetadata in interface ExecutionOrBuilder
      Returns:
      Whether the metadata field is set.
    • getMetadata

      public com.google.protobuf.Struct getMetadata()
       Properties of the Execution.
       Top level metadata keys' heading and trailing spaces will be trimmed.
       The size of this field should not exceed 200KB.
       
      .google.protobuf.Struct metadata = 15;
      Specified by:
      getMetadata in interface ExecutionOrBuilder
      Returns:
      The metadata.
    • setMetadata

      public Execution.Builder setMetadata(com.google.protobuf.Struct value)
       Properties of the Execution.
       Top level metadata keys' heading and trailing spaces will be trimmed.
       The size of this field should not exceed 200KB.
       
      .google.protobuf.Struct metadata = 15;
    • setMetadata

      public Execution.Builder setMetadata(com.google.protobuf.Struct.Builder builderForValue)
       Properties of the Execution.
       Top level metadata keys' heading and trailing spaces will be trimmed.
       The size of this field should not exceed 200KB.
       
      .google.protobuf.Struct metadata = 15;
    • mergeMetadata

      public Execution.Builder mergeMetadata(com.google.protobuf.Struct value)
       Properties of the Execution.
       Top level metadata keys' heading and trailing spaces will be trimmed.
       The size of this field should not exceed 200KB.
       
      .google.protobuf.Struct metadata = 15;
    • clearMetadata

      public Execution.Builder clearMetadata()
       Properties of the Execution.
       Top level metadata keys' heading and trailing spaces will be trimmed.
       The size of this field should not exceed 200KB.
       
      .google.protobuf.Struct metadata = 15;
    • getMetadataBuilder

      public com.google.protobuf.Struct.Builder getMetadataBuilder()
       Properties of the Execution.
       Top level metadata keys' heading and trailing spaces will be trimmed.
       The size of this field should not exceed 200KB.
       
      .google.protobuf.Struct metadata = 15;
    • getMetadataOrBuilder

      public com.google.protobuf.StructOrBuilder getMetadataOrBuilder()
       Properties of the Execution.
       Top level metadata keys' heading and trailing spaces will be trimmed.
       The size of this field should not exceed 200KB.
       
      .google.protobuf.Struct metadata = 15;
      Specified by:
      getMetadataOrBuilder in interface ExecutionOrBuilder
    • getDescription

      public String getDescription()
       Description of the Execution
       
      string description = 16;
      Specified by:
      getDescription in interface ExecutionOrBuilder
      Returns:
      The description.
    • getDescriptionBytes

      public com.google.protobuf.ByteString getDescriptionBytes()
       Description of the Execution
       
      string description = 16;
      Specified by:
      getDescriptionBytes in interface ExecutionOrBuilder
      Returns:
      The bytes for description.
    • setDescription

      public Execution.Builder setDescription(String value)
       Description of the Execution
       
      string description = 16;
      Parameters:
      value - The description to set.
      Returns:
      This builder for chaining.
    • clearDescription

      public Execution.Builder clearDescription()
       Description of the Execution
       
      string description = 16;
      Returns:
      This builder for chaining.
    • setDescriptionBytes

      public Execution.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
       Description of the Execution
       
      string description = 16;
      Parameters:
      value - The bytes for description to set.
      Returns:
      This builder for chaining.