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

public static final class GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder extends GeneratedMessage.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

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.

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.

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 GeneratedMessage.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

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.

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.