Interface Generated.APIVersionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.APIVersions,Generated.APIVersions.Builder
- Enclosing class:
- Generated
public static interface Generated.APIVersionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Generated.ServerAddressByClientCIDRgetServerAddressByClientCIDRs(int index)a map of client CIDR to server address that is serving this group.intgetServerAddressByClientCIDRsCount()a map of client CIDR to server address that is serving this group.List<Generated.ServerAddressByClientCIDR>getServerAddressByClientCIDRsList()a map of client CIDR to server address that is serving this group.Generated.ServerAddressByClientCIDROrBuildergetServerAddressByClientCIDRsOrBuilder(int index)a map of client CIDR to server address that is serving this group.List<? extends Generated.ServerAddressByClientCIDROrBuilder>getServerAddressByClientCIDRsOrBuilderList()a map of client CIDR to server address that is serving this group.StringgetVersions(int index)versions are the api versions that are available.com.google.protobuf.ByteStringgetVersionsBytes(int index)versions are the api versions that are available.intgetVersionsCount()versions are the api versions that are available.List<String>getVersionsList()versions are the api versions that are available.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getVersionsList
List<String> getVersionsList()
versions are the api versions that are available. +listType=atomic
repeated string versions = 1;- Returns:
- A list containing the versions.
-
getVersionsCount
int getVersionsCount()
versions are the api versions that are available. +listType=atomic
repeated string versions = 1;- Returns:
- The count of versions.
-
getVersions
String getVersions(int index)
versions are the api versions that are available. +listType=atomic
repeated string versions = 1;- Parameters:
index- The index of the element to return.- Returns:
- The versions at the given index.
-
getVersionsBytes
com.google.protobuf.ByteString getVersionsBytes(int index)
versions are the api versions that are available. +listType=atomic
repeated string versions = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the versions at the given index.
-
getServerAddressByClientCIDRsList
List<Generated.ServerAddressByClientCIDR> getServerAddressByClientCIDRsList()
a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP. +listType=atomic
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR serverAddressByClientCIDRs = 2;
-
getServerAddressByClientCIDRs
Generated.ServerAddressByClientCIDR getServerAddressByClientCIDRs(int index)
a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP. +listType=atomic
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR serverAddressByClientCIDRs = 2;
-
getServerAddressByClientCIDRsCount
int getServerAddressByClientCIDRsCount()
a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP. +listType=atomic
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR serverAddressByClientCIDRs = 2;
-
getServerAddressByClientCIDRsOrBuilderList
List<? extends Generated.ServerAddressByClientCIDROrBuilder> getServerAddressByClientCIDRsOrBuilderList()
a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP. +listType=atomic
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR serverAddressByClientCIDRs = 2;
-
getServerAddressByClientCIDRsOrBuilder
Generated.ServerAddressByClientCIDROrBuilder getServerAddressByClientCIDRsOrBuilder(int index)
a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP. +listType=atomic
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR serverAddressByClientCIDRs = 2;
-
-