public static interface OSPolicy.Resource.RepositoryResource.YumRepositoryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseUrl()
Required.
|
com.google.protobuf.ByteString |
getBaseUrlBytes()
Required.
|
String |
getDisplayName()
The display name of the repository.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The display name of the repository.
|
String |
getGpgKeys(int index)
URIs of GPG keys.
|
com.google.protobuf.ByteString |
getGpgKeysBytes(int index)
URIs of GPG keys.
|
int |
getGpgKeysCount()
URIs of GPG keys.
|
List<String> |
getGpgKeysList()
URIs of GPG keys.
|
String |
getId()
Required.
|
com.google.protobuf.ByteString |
getIdBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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 resource conflicts.
string id = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.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 resource conflicts.
string id = 1 [(.google.api.field_behavior) = REQUIRED];String getDisplayName()
The display name of the repository.
string display_name = 2;com.google.protobuf.ByteString getDisplayNameBytes()
The display name of the repository.
string display_name = 2;String getBaseUrl()
Required. The location of the repository directory.
string base_url = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getBaseUrlBytes()
Required. The location of the repository directory.
string base_url = 3 [(.google.api.field_behavior) = REQUIRED];List<String> getGpgKeysList()
URIs of GPG keys.
repeated string gpg_keys = 4;int getGpgKeysCount()
URIs of GPG keys.
repeated string gpg_keys = 4;String getGpgKeys(int index)
URIs of GPG keys.
repeated string gpg_keys = 4;index - The index of the element to return.com.google.protobuf.ByteString getGpgKeysBytes(int index)
URIs of GPG keys.
repeated string gpg_keys = 4;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.