Package k8s.io.apimachinery.pkg.runtime
Interface Generated.TypeMetaOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.TypeMeta,Generated.TypeMeta.Builder
- Enclosing class:
- Generated
public static interface Generated.TypeMetaOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetApiVersion()+optionalcom.google.protobuf.ByteStringgetApiVersionBytes()+optionalStringgetKind()+optionalcom.google.protobuf.ByteStringgetKindBytes()+optionalbooleanhasApiVersion()+optionalbooleanhasKind()+optional-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasApiVersion
boolean hasApiVersion()
+optional
optional string apiVersion = 1;- Returns:
- Whether the apiVersion field is set.
-
getApiVersion
String getApiVersion()
+optional
optional string apiVersion = 1;- Returns:
- The apiVersion.
-
getApiVersionBytes
com.google.protobuf.ByteString getApiVersionBytes()
+optional
optional string apiVersion = 1;- Returns:
- The bytes for apiVersion.
-
hasKind
boolean hasKind()
+optional
optional string kind = 2;- Returns:
- Whether the kind field is set.
-
getKind
String getKind()
+optional
optional string kind = 2;- Returns:
- The kind.
-
getKindBytes
com.google.protobuf.ByteString getKindBytes()
+optional
optional string kind = 2;- Returns:
- The bytes for kind.
-
-