Interface Runtime.UnknownOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Runtime.Unknown, Runtime.Unknown.Builder
Enclosing class:
Runtime

public static interface Runtime.UnknownOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    ContentEncoding is encoding used to encode 'Raw' data.
    com.google.protobuf.ByteString
    ContentEncoding is encoding used to encode 'Raw' data.
    ContentType is serialization method used to serialize 'Raw'.
    com.google.protobuf.ByteString
    ContentType is serialization method used to serialize 'Raw'.
    com.google.protobuf.ByteString
    Raw will hold the complete serialized object which couldn't be matched with a registered type.
    optional .k8s.io.apimachinery.pkg.runtime.TypeMeta typeMeta = 1;
    optional .k8s.io.apimachinery.pkg.runtime.TypeMeta typeMeta = 1;
    boolean
    ContentEncoding is encoding used to encode 'Raw' data.
    boolean
    ContentType is serialization method used to serialize 'Raw'.
    boolean
    Raw will hold the complete serialized object which couldn't be matched with a registered type.
    boolean
    optional .k8s.io.apimachinery.pkg.runtime.TypeMeta typeMeta = 1;

    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

    • hasTypeMeta

      boolean hasTypeMeta()
      optional .k8s.io.apimachinery.pkg.runtime.TypeMeta typeMeta = 1;
    • getTypeMeta

      Runtime.TypeMeta getTypeMeta()
      optional .k8s.io.apimachinery.pkg.runtime.TypeMeta typeMeta = 1;
    • getTypeMetaOrBuilder

      Runtime.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;
    • 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;
    • hasContentEncoding

      boolean hasContentEncoding()
       ContentEncoding is encoding used to encode 'Raw' data.
       Unspecified means no encoding.
       
      optional string contentEncoding = 3;
    • getContentEncoding

      String getContentEncoding()
       ContentEncoding is encoding used to encode 'Raw' data.
       Unspecified means no encoding.
       
      optional string contentEncoding = 3;
    • getContentEncodingBytes

      com.google.protobuf.ByteString getContentEncodingBytes()
       ContentEncoding is encoding used to encode 'Raw' data.
       Unspecified means no encoding.
       
      optional string contentEncoding = 3;
    • hasContentType

      boolean hasContentType()
       ContentType  is serialization method used to serialize 'Raw'.
       Unspecified means ContentTypeJSON.
       
      optional string contentType = 4;
    • getContentType

      String getContentType()
       ContentType  is serialization method used to serialize 'Raw'.
       Unspecified means ContentTypeJSON.
       
      optional string contentType = 4;
    • getContentTypeBytes

      com.google.protobuf.ByteString getContentTypeBytes()
       ContentType  is serialization method used to serialize 'Raw'.
       Unspecified means ContentTypeJSON.
       
      optional string contentType = 4;