Class Generated.APIGroup

  • All Implemented Interfaces:
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, Generated.APIGroupOrBuilder
    Enclosing class:
    Generated

    public static final class Generated.APIGroup
    extends com.google.protobuf.GeneratedMessageV3
    implements Generated.APIGroupOrBuilder
     APIGroup contains the name, the supported versions, and the preferred version
     of a group.
     
    Protobuf type k8s.io.apimachinery.pkg.apis.meta.v1.APIGroup
    See Also:
    Serialized Form
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • hasName

        public boolean hasName()
         name is the name of the group.
         
        optional string name = 1;
        Specified by:
        hasName in interface Generated.APIGroupOrBuilder
        Returns:
        Whether the name field is set.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         name is the name of the group.
         
        optional string name = 1;
        Specified by:
        getNameBytes in interface Generated.APIGroupOrBuilder
        Returns:
        The bytes for name.
      • getVersionsCount

        public int getVersionsCount()
         versions are the versions supported in this group.
         +listType=atomic
         
        repeated .k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery versions = 2;
        Specified by:
        getVersionsCount in interface Generated.APIGroupOrBuilder
      • hasPreferredVersion

        public boolean hasPreferredVersion()
         preferredVersion is the version preferred by the API server, which
         probably is the storage version.
         +optional
         
        optional .k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery preferredVersion = 3;
        Specified by:
        hasPreferredVersion in interface Generated.APIGroupOrBuilder
        Returns:
        Whether the preferredVersion field is set.
      • getServerAddressByClientCIDRsList

        public 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.
         +optional
         +listType=atomic
         
        repeated .k8s.io.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR serverAddressByClientCIDRs = 4;
        Specified by:
        getServerAddressByClientCIDRsList in interface Generated.APIGroupOrBuilder
      • getServerAddressByClientCIDRsOrBuilderList

        public 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.
         +optional
         +listType=atomic
         
        repeated .k8s.io.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR serverAddressByClientCIDRs = 4;
        Specified by:
        getServerAddressByClientCIDRsOrBuilderList in interface Generated.APIGroupOrBuilder
      • getServerAddressByClientCIDRsCount

        public 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.
         +optional
         +listType=atomic
         
        repeated .k8s.io.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR serverAddressByClientCIDRs = 4;
        Specified by:
        getServerAddressByClientCIDRsCount in interface Generated.APIGroupOrBuilder
      • getServerAddressByClientCIDRs

        public 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.
         +optional
         +listType=atomic
         
        repeated .k8s.io.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR serverAddressByClientCIDRs = 4;
        Specified by:
        getServerAddressByClientCIDRs in interface Generated.APIGroupOrBuilder
      • getServerAddressByClientCIDRsOrBuilder

        public 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.
         +optional
         +listType=atomic
         
        repeated .k8s.io.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR serverAddressByClientCIDRs = 4;
        Specified by:
        getServerAddressByClientCIDRsOrBuilder in interface Generated.APIGroupOrBuilder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static Generated.APIGroup parseFrom​(ByteBuffer data)
                                            throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Generated.APIGroup parseFrom​(ByteBuffer data,
                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                            throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Generated.APIGroup parseFrom​(com.google.protobuf.ByteString data)
                                            throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Generated.APIGroup parseFrom​(com.google.protobuf.ByteString data,
                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                            throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Generated.APIGroup parseFrom​(byte[] data)
                                            throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Generated.APIGroup parseFrom​(byte[] data,
                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                            throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Generated.APIGroup parseFrom​(com.google.protobuf.CodedInputStream input,
                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                            throws IOException
        Throws:
        IOException
      • newBuilderForType

        public Generated.APIGroup.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public Generated.APIGroup.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected Generated.APIGroup.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<Generated.APIGroup> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public Generated.APIGroup getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder