Package k8s.io.apimachinery.pkg.runtime
Interface Generated.UnknownOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.Unknown,Generated.Unknown.Builder
- Enclosing class:
- Generated
public static interface Generated.UnknownOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContentEncoding()ContentEncoding is encoding used to encode 'Raw' data.com.google.protobuf.ByteStringgetContentEncodingBytes()ContentEncoding is encoding used to encode 'Raw' data.StringgetContentType()ContentType is serialization method used to serialize 'Raw'.com.google.protobuf.ByteStringgetContentTypeBytes()ContentType is serialization method used to serialize 'Raw'.com.google.protobuf.ByteStringgetRaw()Raw will hold the complete serialized object which couldn't be matched with a registered type.Generated.TypeMetagetTypeMeta()optional .k8s.io.apimachinery.pkg.runtime.TypeMeta typeMeta = 1;Generated.TypeMetaOrBuildergetTypeMetaOrBuilder()optional .k8s.io.apimachinery.pkg.runtime.TypeMeta typeMeta = 1;booleanhasContentEncoding()ContentEncoding is encoding used to encode 'Raw' data.booleanhasContentType()ContentType is serialization method used to serialize 'Raw'.booleanhasRaw()Raw will hold the complete serialized object which couldn't be matched with a registered type.booleanhasTypeMeta()optional .k8s.io.apimachinery.pkg.runtime.TypeMeta typeMeta = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTypeMeta
boolean hasTypeMeta()
optional .k8s.io.apimachinery.pkg.runtime.TypeMeta typeMeta = 1;- Returns:
- Whether the typeMeta field is set.
-
getTypeMeta
Generated.TypeMeta getTypeMeta()
optional .k8s.io.apimachinery.pkg.runtime.TypeMeta typeMeta = 1;- Returns:
- The typeMeta.
-
getTypeMetaOrBuilder
Generated.TypeMetaOrBuilder getTypeMetaOrBuilder()
optional .k8s.io.apimachinery.pkg.runtime.TypeMeta typeMeta = 1;
-
hasRaw
boolean hasRaw()
Raw will hold the complete serialized object which couldn't be matched with a registered type. Most likely, nothing should be done with this except for passing it through the system.
optional bytes raw = 2;- Returns:
- Whether the raw field is set.
-
getRaw
com.google.protobuf.ByteString getRaw()
Raw will hold the complete serialized object which couldn't be matched with a registered type. Most likely, nothing should be done with this except for passing it through the system.
optional bytes raw = 2;- Returns:
- The raw.
-
hasContentEncoding
boolean hasContentEncoding()
ContentEncoding is encoding used to encode 'Raw' data. Unspecified means no encoding.
optional string contentEncoding = 3;- Returns:
- Whether the contentEncoding field is set.
-
getContentEncoding
String getContentEncoding()
ContentEncoding is encoding used to encode 'Raw' data. Unspecified means no encoding.
optional string contentEncoding = 3;- Returns:
- The contentEncoding.
-
getContentEncodingBytes
com.google.protobuf.ByteString getContentEncodingBytes()
ContentEncoding is encoding used to encode 'Raw' data. Unspecified means no encoding.
optional string contentEncoding = 3;- Returns:
- The bytes for contentEncoding.
-
hasContentType
boolean hasContentType()
ContentType is serialization method used to serialize 'Raw'. Unspecified means ContentTypeJSON.
optional string contentType = 4;- Returns:
- Whether the contentType field is set.
-
getContentType
String getContentType()
ContentType is serialization method used to serialize 'Raw'. Unspecified means ContentTypeJSON.
optional string contentType = 4;- Returns:
- The contentType.
-
getContentTypeBytes
com.google.protobuf.ByteString getContentTypeBytes()
ContentType is serialization method used to serialize 'Raw'. Unspecified means ContentTypeJSON.
optional string contentType = 4;- Returns:
- The bytes for contentType.
-
-