Interface GuestPolicies.YumRepositoryOrBuilder (2.53.0)

public static interface GuestPolicies.YumRepositoryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBaseUrl()

public abstract 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 abstract 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.

getDisplayName()

public abstract String getDisplayName()

The display name of the repository.

string display_name = 2;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

The display name of the repository.

string display_name = 2;

Returns
Type Description
ByteString

The bytes for displayName.

getGpgKeys(int index)

public abstract 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 abstract ByteString getGpgKeysBytes(int