Class GuestPolicies.ZypperRepository.Builder (2.5.0)

public static final class GuestPolicies.ZypperRepository.Builder extends GeneratedMessageV3.Builder<GuestPolicies.ZypperRepository.Builder> implements GuestPolicies.ZypperRepositoryOrBuilder

Represents a single Zypper package repository. This repository is added to a repo file that is stored at /etc/zypp/repos.d/google_osconfig.repo.

Protobuf type google.cloud.osconfig.v1beta.ZypperRepository

Static Methods

getDescriptor()

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

Methods

addAllGpgKeys(Iterable<String> values)

public GuestPolicies.ZypperRepository.Builder addAllGpgKeys(Iterable<String> values)

URIs of GPG keys.

repeated string gpg_keys = 4;

Parameter
NameDescription
valuesIterable<String>

The gpgKeys to add.

Returns
TypeDescription
GuestPolicies.ZypperRepository.Builder

This builder for chaining.

addGpgKeys(String value)

public GuestPolicies.ZypperRepository.Builder addGpgKeys(String value)

URIs of GPG keys.

repeated string gpg_keys = 4;

Parameter
NameDescription
valueString

The gpgKeys to add.

Returns
TypeDescription
GuestPolicies.ZypperRepository.Builder

This builder for chaining.

addGpgKeysBytes(ByteString value)

public GuestPolicies.ZypperRepository.Builder addGpgKeysBytes(ByteString value)

URIs of GPG keys.

repeated string gpg_keys = 4;

Parameter
NameDescription
valueByteString

The bytes of the gpgKeys to add.

Returns
TypeDescription
GuestPolicies.ZypperRepository.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public GuestPolicies.ZypperRepository build()
Returns
TypeDescription
GuestPolicies.ZypperRepository

buildPartial()

public GuestPolicies.ZypperRepository buildPartial()
Returns
TypeDescription
GuestPolicies.ZypperRepository

clear()

public GuestPolicies.ZypperRepository.Builder clear()
Returns
TypeDescription
GuestPolicies.ZypperRepository.Builder
Overrides

clearBaseUrl()

public GuestPolicies.ZypperRepository.Builder clearBaseUrl()

Required. The location of the repository directory.

string base_url = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
GuestPolicies.ZypperRepository.Builder

This builder for chaining.

clearDisplayName()

public GuestPolicies.ZypperRepository.Builder clearDisplayName()

The display name of the repository.

string display_name = 2;

Returns
TypeDescription
GuestPolicies.ZypperRepository.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public GuestPolicies.ZypperRepository.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
GuestPolicies.ZypperRepository.Builder
Overrides

clearGpgKeys()

public GuestPolicies.ZypperRepository.Builder clearGpgKeys()

URIs of GPG keys.

repeated string gpg_keys = 4;

Returns
TypeDescription
GuestPolicies.ZypperRepository.Builder

This builder for chaining.

clearId()

public GuestPolicies.ZypperRepository.Builder clearId()

Required. A one word, unique name for this repository. This is the repo id in the zypper config file and also the display_name if display_name is omitted. This id is also used as the unique identifier when checking for guest policy conflicts.

string id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
GuestPolicies.ZypperRepository.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

public GuestPolicies.ZypperRepository.Builder clone()
Returns
TypeDescription
GuestPolicies.ZypperRepository.Builder
Overrides

getBaseUrl()

public String getBaseUrl()

Required. The location of the repository directory.

string base_url = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The baseUrl.

getBaseUrlBytes()

public ByteString getBaseUrlBytes()

Required. The location of the repository directory.

string base_url = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for baseUrl.

getDefaultInstanceForType()

public GuestPolicies.ZypperRepository getDefaultInstanceForType()
Returns
TypeDescription
GuestPolicies.ZypperRepository

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDisplayName()

public String getDisplayName()

The display name of the repository.

string display_name = 2;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

The display name of the repository.

string display_name = 2;

Returns
TypeDescription
ByteString

The bytes for displayName.

getGpgKeys(int index)

public String getGpgKeys(int index)

URIs of GPG keys.

repeated string gpg_keys = 4;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The gpgKeys at the given index.

getGpgKeysBytes(int index)

public ByteString getGpgKeysBytes(int index)

URIs of GPG keys.

repeated string gpg_keys = 4;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the gpgKeys at the given index.

getGpgKeysCount()

public int getGpgKeysCount()

URIs of GPG keys.

repeated string gpg_keys = 4;

Returns
TypeDescription
int

The count of gpgKeys.

getGpgKeysList()

public ProtocolStringList getGpgKeysList()

URIs of GPG keys.

repeated string gpg_keys = 4;

Returns
TypeDescription
ProtocolStringList

A list containing the gpgKeys.

getId()

public String getId()

Required. A one word, unique name for this repository. This is the repo id in the zypper config file and also the display_name if display_name is omitted. This id is also used as the unique identifier when checking for guest policy conflicts.

string id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The id.

getIdBytes()

public ByteString getIdBytes()

Required. A one word, unique name for this repository. This is the repo id in the zypper config file and also the display_name if display_name is omitted. This id is also used as the unique identifier when checking for guest policy conflicts.

string id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for id.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(GuestPolicies.ZypperRepository other)

public GuestPolicies.ZypperRepository.Builder mergeFrom(GuestPolicies.ZypperRepository other)
Parameter
NameDescription
otherGuestPolicies.ZypperRepository
Returns
TypeDescription
GuestPolicies.ZypperRepository.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public GuestPolicies.ZypperRepository.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
GuestPolicies.ZypperRepository.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GuestPolicies.ZypperRepository.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
GuestPolicies.ZypperRepository.Builder
Overrides

setBaseUrl(String value)

public GuestPolicies.ZypperRepository.Builder setBaseUrl(String value)

Required. The location of the repository directory.

string base_url = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The baseUrl to set.

Returns
TypeDescription
GuestPolicies.ZypperRepository.Builder

This builder for chaining.

setBaseUrlBytes(ByteString value)

public GuestPolicies.ZypperRepository.Builder setBaseUrlBytes(ByteString value)

Required. The location of the repository directory.

string base_url = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes for baseUrl to set.

Returns
TypeDescription
GuestPolicies.ZypperRepository.Builder

This builder for chaining.

setDisplayName(String value)

public GuestPolicies.ZypperRepository.Builder setDisplayName(String value)

The display name of the repository.

string display_name = 2;

Parameter
NameDescription
valueString

The displayName to set.

Returns
TypeDescription
GuestPolicies.ZypperRepository.Builder

This builder for chaining.

setDisplayNameBytes(ByteString value)

public GuestPolicies.ZypperRepository.Builder setDisplayNameBytes(ByteString value)

The display name of the repository.

string display_name = 2;

Parameter
NameDescription
valueByteString

The bytes for displayName to set.

Returns
TypeDescription
GuestPolicies.ZypperRepository.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public GuestPolicies.ZypperRepository.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
GuestPolicies.ZypperRepository.Builder
Overrides

setGpgKeys(int index, String value)

public GuestPolicies.ZypperRepository.Builder setGpgKeys(int index, String value)

URIs of GPG keys.

repeated string gpg_keys = 4;

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The gpgKeys to set.

Returns
TypeDescription
GuestPolicies.ZypperRepository.Builder

This builder for chaining.

setId(String value)

public GuestPolicies.ZypperRepository.Builder setId(String value)

Required. A one word, unique name for this repository. This is the repo id in the zypper config file and also the display_name if display_name is omitted. This id is also used as the unique identifier when checking for guest policy conflicts.

string id = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The id to set.

Returns
TypeDescription
GuestPolicies.ZypperRepository.Builder

This builder for chaining.

setIdBytes(ByteString value)

public GuestPolicies.ZypperRepository.Builder setIdBytes(ByteString value)

Required. A one word, unique name for this repository. This is the repo id in the zypper config file and also the display_name if display_name is omitted. This id is also used as the unique identifier when checking for guest policy conflicts.

string id = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes for id to set.

Returns
TypeDescription
GuestPolicies.ZypperRepository.Builder

This builder for chaining.

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

public GuestPolicies.ZypperRepository.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
GuestPolicies.ZypperRepository.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

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