- 2.55.0 (latest)
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.6
- 2.4.3
- 2.3.2
public static final class GuestPolicies.YumRepository.Builder extends GeneratedMessageV3.Builder<GuestPolicies.YumRepository.Builder> implements GuestPolicies.YumRepositoryOrBuilder
Represents a single Yum package repository. This repository is added to a
repo file that is stored at /etc/yum.repos.d/google_osconfig.repo
.
Protobuf type google.cloud.osconfig.v1beta.YumRepository
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GuestPolicies.YumRepository.BuilderImplements
GuestPolicies.YumRepositoryOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllGpgKeys(Iterable<String> values)
public GuestPolicies.YumRepository.Builder addAllGpgKeys(Iterable<String> values)
URIs of GPG keys.
repeated string gpg_keys = 4;
Name | Description |
values | Iterable<String> The gpgKeys to add. |
Type | Description |
GuestPolicies.YumRepository.Builder | This builder for chaining. |
addGpgKeys(String value)
public GuestPolicies.YumRepository.Builder addGpgKeys(String value)
URIs of GPG keys.
repeated string gpg_keys = 4;
Name | Description |
value | String The gpgKeys to add. |
Type | Description |
GuestPolicies.YumRepository.Builder | This builder for chaining. |
addGpgKeysBytes(ByteString value)
public GuestPolicies.YumRepository.Builder addGpgKeysBytes(ByteString value)
URIs of GPG keys.
repeated string gpg_keys = 4;
Name | Description |
value | ByteString The bytes of the gpgKeys to add. |
Type | Description |
GuestPolicies.YumRepository.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GuestPolicies.YumRepository.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GuestPolicies.YumRepository.Builder |
build()
public GuestPolicies.YumRepository build()
Type | Description |
GuestPolicies.YumRepository |
buildPartial()
public GuestPolicies.YumRepository buildPartial()
Type | Description |
GuestPolicies.YumRepository |
clear()
public GuestPolicies.YumRepository.Builder clear()
Type | Description |
GuestPolicies.YumRepository.Builder |
clearBaseUrl()
public GuestPolicies.YumRepository.Builder clearBaseUrl()
Required. The location of the repository directory.
string base_url = 3 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
GuestPolicies.YumRepository.Builder | This builder for chaining. |
clearDisplayName()
public GuestPolicies.YumRepository.Builder clearDisplayName()
The display name of the repository.
string display_name = 2;
Type | Description |
GuestPolicies.YumRepository.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public GuestPolicies.YumRepository.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
GuestPolicies.YumRepository.Builder |
clearGpgKeys()
public GuestPolicies.YumRepository.Builder clearGpgKeys()
URIs of GPG keys.
repeated string gpg_keys = 4;
Type | Description |
GuestPolicies.YumRepository.Builder | This builder for chaining. |
clearId()
public GuestPolicies.YumRepository.Builder clearId()
Required. A one word, unique name for this repository. This is
the repo id
in the Yum 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];
Type | Description |
GuestPolicies.YumRepository.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public GuestPolicies.YumRepository.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
GuestPolicies.YumRepository.Builder |
clone()
public GuestPolicies.YumRepository.Builder clone()
Type | Description |
GuestPolicies.YumRepository.Builder |
getBaseUrl()
public String getBaseUrl()
Required. The location of the repository directory.
string base_url = 3 [(.google.api.field_behavior) = REQUIRED];
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];
Type | Description |
ByteString | The bytes for baseUrl. |
getDefaultInstanceForType()
public GuestPolicies.YumRepository getDefaultInstanceForType()
Type | Description |
GuestPolicies.YumRepository |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getDisplayName()
public String getDisplayName()
The display name of the repository.
string display_name = 2;
Type | Description |
String | The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()
The display name of the repository.
string display_name = 2;
Type | Description |
ByteString | The bytes for displayName. |
getGpgKeys(int index)
public String getGpgKeys(int index)
URIs of GPG keys.
repeated string gpg_keys = 4;
Name | Description |
index | int The index of the element to return. |
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;
Name | Description |
index | int The index of the value to return. |
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;
Type | Description |
int | The count of gpgKeys. |
getGpgKeysList()
public ProtocolStringList getGpgKeysList()
URIs of GPG keys.
repeated string gpg_keys = 4;
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 Yum 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];
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 Yum 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];
Type | Description |
ByteString | The bytes for id. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(GuestPolicies.YumRepository other)
public GuestPolicies.YumRepository.Builder mergeFrom(GuestPolicies.YumRepository other)
Name | Description |
other | GuestPolicies.YumRepository |
Type | Description |
GuestPolicies.YumRepository.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GuestPolicies.YumRepository.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GuestPolicies.YumRepository.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public GuestPolicies.YumRepository.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
GuestPolicies.YumRepository.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GuestPolicies.YumRepository.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GuestPolicies.YumRepository.Builder |
setBaseUrl(String value)
public GuestPolicies.YumRepository.Builder setBaseUrl(String value)
Required. The location of the repository directory.
string base_url = 3 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | String The baseUrl to set. |
Type | Description |
GuestPolicies.YumRepository.Builder | This builder for chaining. |
setBaseUrlBytes(ByteString value)
public GuestPolicies.YumRepository.Builder setBaseUrlBytes(ByteString value)
Required. The location of the repository directory.
string base_url = 3 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | ByteString The bytes for baseUrl to set. |
Type | Description |
GuestPolicies.YumRepository.Builder | This builder for chaining. |
setDisplayName(String value)
public GuestPolicies.YumRepository.Builder setDisplayName(String value)
The display name of the repository.
string display_name = 2;
Name | Description |
value | String The displayName to set. |
Type | Description |
GuestPolicies.YumRepository.Builder | This builder for chaining. |
setDisplayNameBytes(ByteString value)
public GuestPolicies.YumRepository.Builder setDisplayNameBytes(ByteString value)
The display name of the repository.
string display_name = 2;
Name | Description |
value | ByteString The bytes for displayName to set. |
Type | Description |
GuestPolicies.YumRepository.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public GuestPolicies.YumRepository.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GuestPolicies.YumRepository.Builder |
setGpgKeys(int index, String value)
public GuestPolicies.YumRepository.Builder setGpgKeys(int index, String value)
URIs of GPG keys.
repeated string gpg_keys = 4;
Name | Description |
index | int The index to set the value at. |
value | String The gpgKeys to set. |
Type | Description |
GuestPolicies.YumRepository.Builder | This builder for chaining. |
setId(String value)
public GuestPolicies.YumRepository.Builder setId(String value)
Required. A one word, unique name for this repository. This is
the repo id
in the Yum 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];
Name | Description |
value | String The id to set. |
Type | Description |
GuestPolicies.YumRepository.Builder | This builder for chaining. |
setIdBytes(ByteString value)
public GuestPolicies.YumRepository.Builder setIdBytes(ByteString value)
Required. A one word, unique name for this repository. This is
the repo id
in the Yum 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];
Name | Description |
value | ByteString The bytes for id to set. |
Type | Description |
GuestPolicies.YumRepository.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GuestPolicies.YumRepository.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
GuestPolicies.YumRepository.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GuestPolicies.YumRepository.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GuestPolicies.YumRepository.Builder |