Package k8s.io.apimachinery.pkg.runtime
Interface Generated.RawExtensionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.RawExtension,Generated.RawExtension.Builder
- Enclosing class:
- Generated
public static interface Generated.RawExtensionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetRaw()Raw is the underlying serialization of this object.booleanhasRaw()Raw is the underlying serialization of this object.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRaw
boolean hasRaw()
Raw is the underlying serialization of this object. TODO: Determine how to detect ContentType and ContentEncoding of 'Raw' data.
optional bytes raw = 1;- Returns:
- Whether the raw field is set.
-
getRaw
com.google.protobuf.ByteString getRaw()
Raw is the underlying serialization of this object. TODO: Determine how to detect ContentType and ContentEncoding of 'Raw' data.
optional bytes raw = 1;- Returns:
- The raw.
-
-