Class GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder (2.44.0)

public static final class GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder extends GeneratedMessageV3.Builder<GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder> implements GuestPolicies.SoftwareRecipe.Artifact.GcsOrBuilder

Specifies an artifact available as a Google Cloud Storage object.

Protobuf type google.cloud.osconfig.v1beta.SoftwareRecipe.Artifact.Gcs

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder
Overrides

build()

public GuestPolicies.SoftwareRecipe.Artifact.Gcs build()
Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Gcs

buildPartial()

public GuestPolicies.SoftwareRecipe.Artifact.Gcs buildPartial()
Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Gcs

clear()

public GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder clear()
Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder
Overrides

clearBucket()

public GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder clearBucket()

Bucket of the Google Cloud Storage object. Given an example URL: https://storage.googleapis.com/my-bucket/foo/bar#1234567 this value would be my-bucket.

string bucket = 1;

Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder
Overrides

clearGeneration()

public GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder clearGeneration()

Must be provided if allow_insecure is false. Generation number of the Google Cloud Storage object. https://storage.googleapis.com/my-bucket/foo/bar#1234567 this value would be 1234567.

int64 generation = 3;

Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder

This builder for chaining.

clearObject()

public GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder clearObject()

Name of the Google Cloud Storage object. As specified here Given an example URL: https://storage.googleapis.com/my-bucket/foo/bar#1234567 this value would be foo/bar.

string object = 2;

Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder
Overrides

clone()

public GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder clone()
Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder
Overrides

getBucket()

public String getBucket()

Bucket of the Google Cloud Storage object. Given an example URL: https://storage.googleapis.com/my-bucket/foo/bar#1234567 this value would be my-bucket.

string bucket = 1;

Returns
Type Description
String

The bucket.

getBucketBytes()

public ByteString getBucketBytes()

Bucket of the Google Cloud Storage object. Given an example URL: https://storage.googleapis.com/my-bucket/foo/bar#1234567 this value would be my-bucket.

string bucket = 1;

Returns
Type Description
ByteString

The bytes for bucket.

getDefaultInstanceForType()

public GuestPolicies.SoftwareRecipe.Artifact.Gcs getDefaultInstanceForType()
Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Gcs

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getGeneration()

public long getGeneration()

Must be provided if allow_insecure is false. Generation number of the Google Cloud Storage object. https://storage.googleapis.com/my-bucket/foo/bar#1234567 this value would be 1234567.

int64 generation = 3;

Returns
Type Description
long

The generation.

getObject()

public String getObject()

Name of the Google Cloud Storage object. As specified here Given an example URL: https://storage.googleapis.com/my-bucket/foo/bar#1234567 this value would be foo/bar.

string object = 2;

Returns
Type Description
String

The object.

getObjectBytes()

public ByteString getObjectBytes()

Name of the Google Cloud Storage object. As specified here Given an example URL: https://storage.googleapis.com/my-bucket/foo/bar#1234567 this value would be foo/bar.

string object = 2;

Returns
Type Description
ByteString

The bytes for object.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GuestPolicies.SoftwareRecipe.Artifact.Gcs other)

public GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder mergeFrom(GuestPolicies.SoftwareRecipe.Artifact.Gcs other)
Parameter
Name Description
other GuestPolicies.SoftwareRecipe.Artifact.Gcs
Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder
Overrides

setBucket(String value)

public GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder setBucket(String value)

Bucket of the Google Cloud Storage object. Given an example URL: https://storage.googleapis.com/my-bucket/foo/bar#1234567 this value would be my-bucket.

string bucket = 1;

Parameter
Name Description
value String

The bucket to set.

Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder

This builder for chaining.

setBucketBytes(ByteString value)

public GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder setBucketBytes(ByteString value)

Bucket of the Google Cloud Storage object. Given an example URL: https://storage.googleapis.com/my-bucket/foo/bar#1234567 this value would be my-bucket.

string bucket = 1;

Parameter
Name Description
value ByteString

The bytes for bucket to set.

Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder
Overrides

setGeneration(long value)

public GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder setGeneration(long value)

Must be provided if allow_insecure is false. Generation number of the Google Cloud Storage object. https://storage.googleapis.com/my-bucket/foo/bar#1234567 this value would be 1234567.

int64 generation = 3;

Parameter
Name Description
value long

The generation to set.

Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder

This builder for chaining.

setObject(String value)

public GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder setObject(String value)

Name of the Google Cloud Storage object. As specified here Given an example URL: https://storage.googleapis.com/my-bucket/foo/bar#1234567 this value would be foo/bar.

string object = 2;

Parameter
Name Description
value String

The object to set.

Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder

This builder for chaining.

setObjectBytes(ByteString value)

public GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder setObjectBytes(ByteString value)

Name of the Google Cloud Storage object. As specified here Given an example URL: https://storage.googleapis.com/my-bucket/foo/bar#1234567 this value would be foo/bar.

string object = 2;

Parameter
Name Description
value ByteString

The bytes for object to set.

Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder
Overrides