public static interface Runtime.UnknownOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getContentEncoding()
ContentEncoding is encoding used to encode 'Raw' data.
|
com.google.protobuf.ByteString |
getContentEncodingBytes()
ContentEncoding is encoding used to encode 'Raw' data.
|
String |
getContentType()
ContentType is serialization method used to serialize 'Raw'.
|
com.google.protobuf.ByteString |
getContentTypeBytes()
ContentType is serialization method used to serialize 'Raw'.
|
com.google.protobuf.ByteString |
getRaw()
Raw will hold the complete serialized object which couldn't be matched
with a registered type.
|
Runtime.TypeMeta |
getTypeMeta()
optional .k8s.io.apimachinery.pkg.runtime.TypeMeta typeMeta = 1; |
Runtime.TypeMetaOrBuilder |
getTypeMetaOrBuilder()
optional .k8s.io.apimachinery.pkg.runtime.TypeMeta typeMeta = 1; |
boolean |
hasContentEncoding()
ContentEncoding is encoding used to encode 'Raw' data.
|
boolean |
hasContentType()
ContentType is serialization method used to serialize 'Raw'.
|
boolean |
hasRaw()
Raw will hold the complete serialized object which couldn't be matched
with a registered type.
|
boolean |
hasTypeMeta()
optional .k8s.io.apimachinery.pkg.runtime.TypeMeta typeMeta = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTypeMeta()
optional .k8s.io.apimachinery.pkg.runtime.TypeMeta typeMeta = 1;Runtime.TypeMeta getTypeMeta()
optional .k8s.io.apimachinery.pkg.runtime.TypeMeta typeMeta = 1;Runtime.TypeMetaOrBuilder getTypeMetaOrBuilder()
optional .k8s.io.apimachinery.pkg.runtime.TypeMeta typeMeta = 1;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;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;boolean hasContentEncoding()
ContentEncoding is encoding used to encode 'Raw' data. Unspecified means no encoding.
optional string contentEncoding = 3;String getContentEncoding()
ContentEncoding is encoding used to encode 'Raw' data. Unspecified means no encoding.
optional string contentEncoding = 3;com.google.protobuf.ByteString getContentEncodingBytes()
ContentEncoding is encoding used to encode 'Raw' data. Unspecified means no encoding.
optional string contentEncoding = 3;boolean hasContentType()
ContentType is serialization method used to serialize 'Raw'. Unspecified means ContentTypeJSON.
optional string contentType = 4;String getContentType()
ContentType is serialization method used to serialize 'Raw'. Unspecified means ContentTypeJSON.
optional string contentType = 4;com.google.protobuf.ByteString getContentTypeBytes()
ContentType is serialization method used to serialize 'Raw'. Unspecified means ContentTypeJSON.
optional string contentType = 4;Copyright © 2018. All rights reserved.