Class GuestPolicies.ZypperRepository.Builder (2.85.0)

public static final class GuestPolicies.ZypperRepository.Builder extends GeneratedMessage.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
Type Description
Descriptor

Methods

addAllGpgKeys(Iterable<String> values)

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

URIs of GPG keys.

repeated string gpg_keys = 4;

Parameter
Name Description
values Iterable<String>

The gpgKeys to add.

Returns
Type Description
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
Name Description
value String

The gpgKeys to add.

Returns
Type Description
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
Name Description
value ByteString

The bytes of the gpgKeys to add.

Returns
Type Description
GuestPolicies.ZypperRepository.Builder

This builder for chaining.

build()

public GuestPolicies.ZypperRepository build()
Returns
Type Description
GuestPolicies.ZypperRepository

buildPartial()

public GuestPolicies.ZypperRepository buildPartial()
Returns
Type Description
GuestPolicies.ZypperRepository

clear()

public GuestPolicies.ZypperRepository.Builder clear()
Returns
Type Description
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
Type Description
GuestPolicies.ZypperRepository.Builder

This builder for chaining.

clearDisplayName()

public GuestPolicies.ZypperRepository.Builder clearDisplayName()

The display name of the repository.

string display_name = 2;

Returns
Type Description
GuestPolicies.ZypperRepository.Builder

This builder for chaining.

clearGpgKeys()

public GuestPolicies.ZypperRepository.Builder clearGpgKeys()

URIs of GPG keys.

repeated string gpg_keys = 4;

Returns
Type Description
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
Type Description
GuestPolicies.ZypperRepository.Builder

This builder for chaining.

getBaseUrl()

public String getBaseUrl()

Required. The location of the repository directory.

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

Returns
Type Description
String

The baseUrl.

getBaseUrlBytes()

public ByteString getBaseUrlBytes()

Required. The location of the repository directory.

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

Returns
Type Description
ByteString

The bytes for baseUrl.

getDefaultInstanceForType()

public GuestPolicies.ZypperRepository getDefaultInstanceForType()
Returns
Type Description
GuestPolicies.ZypperRepository

getDescriptorForType()

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

getDisplayName()

public String getDisplayName()

The display name of the repository.

string display_name = 2;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

The display name of the repository.

string display_name = 2;

Returns
Type Description
ByteString

The bytes for displayName.

getGpgKeys(int index)

public String getGpgKeys(int index)

URIs of GPG keys.

repeated string gpg_keys = 4;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
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
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the gpgKeys at the given index.

getGpgKeysCount()

public int getGpgKeysCount()

URIs of GPG keys.

repeated string gpg_keys = 4;

Returns
Type Description
int

The count of gpgKeys.

getGpgKeysList()

public ProtocolStringList getGpgKeysList()

URIs of GPG keys.

repeated string gpg_keys = 4;

Returns
Type Description
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
Type Description
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
Type Description
ByteString

The bytes for id.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GuestPolicies.ZypperRepository other)

public GuestPolicies.ZypperRepository.Builder mergeFrom(GuestPolicies.ZypperRepository other)
Parameter
Name Description
other GuestPolicies.ZypperRepository
Returns
Type Description
GuestPolicies.ZypperRepository.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public GuestPolicies.ZypperRepository.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
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
Name Description
value String

The baseUrl to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for baseUrl to set.

Returns
Type Description
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
Name Description
value String

The displayName to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for displayName to set.

Returns
Type Description
GuestPolicies.ZypperRepository.Builder

This builder for chaining.

setGpgKeys(int index, String value)

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

URIs of GPG keys.

repeated string gpg_keys = 4;

Parameters
Name Description
index int

The index to set the value at.

value String

The gpgKeys to set.

Returns
Type Description
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
Name Description
value String

The id to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for id to set.

Returns
Type Description
GuestPolicies.ZypperRepository.Builder

This builder for chaining.