Package io.kubernetes.client.proto
Interface Meta.GroupVersionKindOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Meta.GroupVersionKind,Meta.GroupVersionKind.Builder
- Enclosing class:
- Meta
public static interface Meta.GroupVersionKindOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetGroup()optional string group = 1;com.google.protobuf.ByteStringoptional string group = 1;getKind()optional string kind = 3;com.google.protobuf.ByteStringoptional string kind = 3;optional string version = 2;com.google.protobuf.ByteStringoptional string version = 2;booleanhasGroup()optional string group = 1;booleanhasKind()optional string kind = 3;booleanoptional string version = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasGroup
boolean hasGroup()optional string group = 1; -
getGroup
String getGroup()optional string group = 1; -
getGroupBytes
com.google.protobuf.ByteString getGroupBytes()optional string group = 1; -
hasVersion
boolean hasVersion()optional string version = 2; -
getVersion
String getVersion()optional string version = 2; -
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()optional string version = 2; -
hasKind
boolean hasKind()optional string kind = 3; -
getKind
String getKind()optional string kind = 3; -
getKindBytes
com.google.protobuf.ByteString getKindBytes()optional string kind = 3;
-