Class OSPolicy.Resource.ExecResource.Exec.Builder (2.25.0)

public static final class OSPolicy.Resource.ExecResource.Exec.Builder extends GeneratedMessageV3.Builder<OSPolicy.Resource.ExecResource.Exec.Builder> implements OSPolicy.Resource.ExecResource.ExecOrBuilder

A file or script to execute.

Protobuf type google.cloud.osconfig.v1alpha.OSPolicy.Resource.ExecResource.Exec

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllArgs(Iterable<String> values)

public OSPolicy.Resource.ExecResource.Exec.Builder addAllArgs(Iterable<String> values)

Optional arguments to pass to the source during execution.

repeated string args = 3;

Parameter
NameDescription
valuesIterable<String>

The args to add.

Returns
TypeDescription
OSPolicy.Resource.ExecResource.Exec.Builder

This builder for chaining.

addArgs(String value)

public OSPolicy.Resource.ExecResource.Exec.Builder addArgs(String value)

Optional arguments to pass to the source during execution.

repeated string args = 3;

Parameter
NameDescription
valueString

The args to add.

Returns
TypeDescription
OSPolicy.Resource.ExecResource.Exec.Builder

This builder for chaining.

addArgsBytes(ByteString value)

public OSPolicy.Resource.ExecResource.Exec.Builder addArgsBytes(ByteString value)

Optional arguments to pass to the source during execution.

repeated string args = 3;

Parameter
NameDescription
valueByteString

The bytes of the args to add.

Returns
TypeDescription
OSPolicy.Resource.ExecResource.Exec.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public OSPolicy.Resource.ExecResource.Exec.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
OSPolicy.Resource.ExecResource.Exec.Builder
Overrides

build()

public OSPolicy.Resource.ExecResource.Exec build()
Returns
TypeDescription
OSPolicy.Resource.ExecResource.Exec

buildPartial()

public OSPolicy.Resource.ExecResource.Exec