Package k8s.io.api.networking.v1
Interface Generated.ParentReferenceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.ParentReference,Generated.ParentReference.Builder
- Enclosing class:
- Generated
public static interface Generated.ParentReferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetGroup()Group is the group of the object being referenced.com.google.protobuf.ByteStringgetGroupBytes()Group is the group of the object being referenced.StringgetName()Name is the name of the object being referenced.com.google.protobuf.ByteStringgetNameBytes()Name is the name of the object being referenced.StringgetNamespace()Namespace is the namespace of the object being referenced.com.google.protobuf.ByteStringgetNamespaceBytes()Namespace is the namespace of the object being referenced.StringgetResource()Resource is the resource of the object being referenced.com.google.protobuf.ByteStringgetResourceBytes()Resource is the resource of the object being referenced.booleanhasGroup()Group is the group of the object being referenced.booleanhasName()Name is the name of the object being referenced.booleanhasNamespace()Namespace is the namespace of the object being referenced.booleanhasResource()Resource is the resource of the object being referenced.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGroup
boolean hasGroup()
Group is the group of the object being referenced. +optional
optional string group = 1;- Returns:
- Whether the group field is set.
-
getGroup
String getGroup()
Group is the group of the object being referenced. +optional
optional string group = 1;- Returns:
- The group.
-
getGroupBytes
com.google.protobuf.ByteString getGroupBytes()
Group is the group of the object being referenced. +optional
optional string group = 1;- Returns:
- The bytes for group.
-
hasResource
boolean hasResource()
Resource is the resource of the object being referenced. +required
optional string resource = 2;- Returns:
- Whether the resource field is set.
-
getResource
String getResource()
Resource is the resource of the object being referenced. +required
optional string resource = 2;- Returns:
- The resource.
-
getResourceBytes
com.google.protobuf.ByteString getResourceBytes()
Resource is the resource of the object being referenced. +required
optional string resource = 2;- Returns:
- The bytes for resource.
-
hasNamespace
boolean hasNamespace()
Namespace is the namespace of the object being referenced. +optional
optional string namespace = 3;- Returns:
- Whether the namespace field is set.
-
getNamespace
String getNamespace()
Namespace is the namespace of the object being referenced. +optional
optional string namespace = 3;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()
Namespace is the namespace of the object being referenced. +optional
optional string namespace = 3;- Returns:
- The bytes for namespace.
-
hasName
boolean hasName()
Name is the name of the object being referenced. +required
optional string name = 4;- Returns:
- Whether the name field is set.
-
getName
String getName()
Name is the name of the object being referenced. +required
optional string name = 4;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name is the name of the object being referenced. +required
optional string name = 4;- Returns:
- The bytes for name.
-
-