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

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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder
Overrides

build()

public GuestPolicies.SoftwareRecipe.Artifact.Gcs build()
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Artifact.Gcs

buildPartial()

public GuestPolicies.SoftwareRecipe.Artifact.Gcs buildPartial()
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Artifact.Gcs

clear()

public GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder clear()
Returns
TypeDescription
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
TypeDescription
GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder
Overrides

clone()

public GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder clone()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for bucket.

getDefaultInstanceForType()

public GuestPolicies.SoftwareRecipe.Artifact.Gcs getDefaultInstanceForType()
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Artifact.Gcs

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for object.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(GuestPolicies.SoftwareRecipe.Artifact.Gcs other)

public GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder mergeFrom(GuestPolicies.SoftwareRecipe.Artifact.Gcs other)
Parameter
NameDescription
otherGuestPolicies.SoftwareRecipe.Artifact.Gcs
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueString

The bucket to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for bucket to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valuelong

The generation to set.

Returns
TypeDescription
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
NameDescription
valueString

The object to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for object to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Artifact.Gcs.Builder
Overrides