Class ExecutionConfig

  • All Implemented Interfaces:
    ExecutionConfigOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class ExecutionConfig
    extends com.google.protobuf.GeneratedMessageV3
    implements ExecutionConfigOrBuilder
     Configuration of the environment to use when calling Skaffold.
     
    Protobuf type google.cloud.deploy.v1.ExecutionConfig
    See Also:
    Serialized Form
    • Field Detail

      • DEFAULT_POOL_FIELD_NUMBER

        public static final int DEFAULT_POOL_FIELD_NUMBER
        See Also:
        Constant Field Values
      • PRIVATE_POOL_FIELD_NUMBER

        public static final int PRIVATE_POOL_FIELD_NUMBER
        See Also:
        Constant Field Values
      • WORKER_POOL_FIELD_NUMBER

        public static final int WORKER_POOL_FIELD_NUMBER
        See Also:
        Constant Field Values
      • SERVICE_ACCOUNT_FIELD_NUMBER

        public static final int SERVICE_ACCOUNT_FIELD_NUMBER
        See Also:
        Constant Field Values
      • ARTIFACT_STORAGE_FIELD_NUMBER

        public static final int ARTIFACT_STORAGE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • EXECUTION_TIMEOUT_FIELD_NUMBER

        public static final int EXECUTION_TIMEOUT_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getUsagesCount

        public int getUsagesCount()
         Required. Usages when this configuration should be applied.
         
        repeated .google.cloud.deploy.v1.ExecutionConfig.ExecutionEnvironmentUsage usages = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getUsagesCount in interface ExecutionConfigOrBuilder
        Returns:
        The count of usages.
      • getUsages

        public ExecutionConfig.ExecutionEnvironmentUsage getUsages​(int index)
         Required. Usages when this configuration should be applied.
         
        repeated .google.cloud.deploy.v1.ExecutionConfig.ExecutionEnvironmentUsage usages = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getUsages in interface ExecutionConfigOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The usages at the given index.
      • getUsagesValueList

        public List<Integer> getUsagesValueList()
         Required. Usages when this configuration should be applied.
         
        repeated .google.cloud.deploy.v1.ExecutionConfig.ExecutionEnvironmentUsage usages = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getUsagesValueList in interface ExecutionConfigOrBuilder
        Returns:
        A list containing the enum numeric values on the wire for usages.
      • getUsagesValue

        public int getUsagesValue​(int index)
         Required. Usages when this configuration should be applied.
         
        repeated .google.cloud.deploy.v1.ExecutionConfig.ExecutionEnvironmentUsage usages = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getUsagesValue in interface ExecutionConfigOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of usages at the given index.
      • hasDefaultPool

        public boolean hasDefaultPool()
         Optional. Use default Cloud Build pool.
         
        .google.cloud.deploy.v1.DefaultPool default_pool = 2 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        hasDefaultPool in interface ExecutionConfigOrBuilder
        Returns:
        Whether the defaultPool field is set.
      • getDefaultPool

        public DefaultPool getDefaultPool()
         Optional. Use default Cloud Build pool.
         
        .google.cloud.deploy.v1.DefaultPool default_pool = 2 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getDefaultPool in interface ExecutionConfigOrBuilder
        Returns:
        The defaultPool.
      • hasPrivatePool

        public boolean hasPrivatePool()
         Optional. Use private Cloud Build pool.
         
        .google.cloud.deploy.v1.PrivatePool private_pool = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        hasPrivatePool in interface ExecutionConfigOrBuilder
        Returns:
        Whether the privatePool field is set.
      • getPrivatePool

        public PrivatePool getPrivatePool()
         Optional. Use private Cloud Build pool.
         
        .google.cloud.deploy.v1.PrivatePool private_pool = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getPrivatePool in interface ExecutionConfigOrBuilder
        Returns:
        The privatePool.
      • getWorkerPool

        public String getWorkerPool()
         Optional. The resource name of the `WorkerPool`, with the format
         `projects/{project}/locations/{location}/workerPools/{worker_pool}`.
         If this optional field is unspecified, the default Cloud Build pool will be
         used.
         
        string worker_pool = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
        Specified by:
        getWorkerPool in interface ExecutionConfigOrBuilder
        Returns:
        The workerPool.
      • getWorkerPoolBytes

        public com.google.protobuf.ByteString getWorkerPoolBytes()
         Optional. The resource name of the `WorkerPool`, with the format
         `projects/{project}/locations/{location}/workerPools/{worker_pool}`.
         If this optional field is unspecified, the default Cloud Build pool will be
         used.
         
        string worker_pool = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
        Specified by:
        getWorkerPoolBytes in interface ExecutionConfigOrBuilder
        Returns:
        The bytes for workerPool.
      • getServiceAccount

        public String getServiceAccount()
         Optional. Google service account to use for execution. If unspecified,
         the project execution service account
         (<PROJECT_NUMBER>-compute@developer.gserviceaccount.com) is used.
         
        string service_account = 5 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getServiceAccount in interface ExecutionConfigOrBuilder
        Returns:
        The serviceAccount.
      • getServiceAccountBytes

        public com.google.protobuf.ByteString getServiceAccountBytes()
         Optional. Google service account to use for execution. If unspecified,
         the project execution service account
         (<PROJECT_NUMBER>-compute@developer.gserviceaccount.com) is used.
         
        string service_account = 5 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getServiceAccountBytes in interface ExecutionConfigOrBuilder
        Returns:
        The bytes for serviceAccount.
      • getArtifactStorage

        public String getArtifactStorage()
         Optional. Cloud Storage location in which to store execution outputs. This
         can either be a bucket ("gs://my-bucket") or a path within a bucket
         ("gs://my-bucket/my-dir").
         If unspecified, a default bucket located in the same region will be used.
         
        string artifact_storage = 6 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getArtifactStorage in interface ExecutionConfigOrBuilder
        Returns:
        The artifactStorage.
      • getArtifactStorageBytes

        public com.google.protobuf.ByteString getArtifactStorageBytes()
         Optional. Cloud Storage location in which to store execution outputs. This
         can either be a bucket ("gs://my-bucket") or a path within a bucket
         ("gs://my-bucket/my-dir").
         If unspecified, a default bucket located in the same region will be used.
         
        string artifact_storage = 6 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getArtifactStorageBytes in interface ExecutionConfigOrBuilder
        Returns:
        The bytes for artifactStorage.
      • hasExecutionTimeout

        public boolean hasExecutionTimeout()
         Optional. Execution timeout for a Cloud Build Execution. This must be
         between 10m and 24h in seconds format. If unspecified, a default timeout of
         1h is used.
         
        .google.protobuf.Duration execution_timeout = 7 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        hasExecutionTimeout in interface ExecutionConfigOrBuilder
        Returns:
        Whether the executionTimeout field is set.
      • getExecutionTimeout

        public com.google.protobuf.Duration getExecutionTimeout()
         Optional. Execution timeout for a Cloud Build Execution. This must be
         between 10m and 24h in seconds format. If unspecified, a default timeout of
         1h is used.
         
        .google.protobuf.Duration execution_timeout = 7 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getExecutionTimeout in interface ExecutionConfigOrBuilder
        Returns:
        The executionTimeout.
      • getExecutionTimeoutOrBuilder

        public com.google.protobuf.DurationOrBuilder getExecutionTimeoutOrBuilder()
         Optional. Execution timeout for a Cloud Build Execution. This must be
         between 10m and 24h in seconds format. If unspecified, a default timeout of
         1h is used.
         
        .google.protobuf.Duration execution_timeout = 7 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getExecutionTimeoutOrBuilder in interface ExecutionConfigOrBuilder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static ExecutionConfig parseFrom​(ByteBuffer data)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ExecutionConfig parseFrom​(ByteBuffer data,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ExecutionConfig parseFrom​(com.google.protobuf.ByteString data)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ExecutionConfig parseFrom​(com.google.protobuf.ByteString data,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ExecutionConfig parseFrom​(byte[] data)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ExecutionConfig parseFrom​(byte[] data,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ExecutionConfig parseFrom​(com.google.protobuf.CodedInputStream input,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws IOException
        Throws:
        IOException
      • newBuilderForType

        public ExecutionConfig.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public ExecutionConfig.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected ExecutionConfig.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • parser

        public static com.google.protobuf.Parser<ExecutionConfig> parser()
      • getParserForType

        public com.google.protobuf.Parser<ExecutionConfig> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public ExecutionConfig getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder