Package io.kubernetes.client.proto
Interface Meta.GroupVersionForDiscoveryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Meta.GroupVersionForDiscovery
,Meta.GroupVersionForDiscovery.Builder
- Enclosing class:
- Meta
public static interface Meta.GroupVersionForDiscoveryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongroupVersion specifies the API group and version in the form "group/version"com.google.protobuf.ByteString
groupVersion specifies the API group and version in the form "group/version"version specifies the version in the form of "version".com.google.protobuf.ByteString
version specifies the version in the form of "version".boolean
groupVersion specifies the API group and version in the form "group/version"boolean
version specifies the version in the form of "version".Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasGroupVersion
boolean hasGroupVersion()groupVersion specifies the API group and version in the form "group/version"
optional string groupVersion = 1;
-
getGroupVersion
String getGroupVersion()groupVersion specifies the API group and version in the form "group/version"
optional string groupVersion = 1;
-
getGroupVersionBytes
com.google.protobuf.ByteString getGroupVersionBytes()groupVersion specifies the API group and version in the form "group/version"
optional string groupVersion = 1;
-
hasVersion
boolean hasVersion()version specifies the version in the form of "version". This is to save the clients the trouble of splitting the GroupVersion.
optional string version = 2;
-
getVersion
String getVersion()version specifies the version in the form of "version". This is to save the clients the trouble of splitting the GroupVersion.
optional string version = 2;
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()version specifies the version in the form of "version". This is to save the clients the trouble of splitting the GroupVersion.
optional string version = 2;
-