Package k8s.io.api.core.v1
Interface Generated.SerializedReferenceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.SerializedReference,Generated.SerializedReference.Builder
- Enclosing class:
- Generated
public static interface Generated.SerializedReferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Generated.ObjectReferencegetReference()The reference to an object in the system.Generated.ObjectReferenceOrBuildergetReferenceOrBuilder()The reference to an object in the system.booleanhasReference()The reference to an object in the system.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasReference
boolean hasReference()
The reference to an object in the system. +optional
optional .k8s.io.api.core.v1.ObjectReference reference = 1;- Returns:
- Whether the reference field is set.
-
getReference
Generated.ObjectReference getReference()
The reference to an object in the system. +optional
optional .k8s.io.api.core.v1.ObjectReference reference = 1;- Returns:
- The reference.
-
getReferenceOrBuilder
Generated.ObjectReferenceOrBuilder getReferenceOrBuilder()
The reference to an object in the system. +optional
optional .k8s.io.api.core.v1.ObjectReference reference = 1;
-
-