Interface Generated.ParentReferenceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getGroup()
      Group is the group of the object being referenced.
      com.google.protobuf.ByteString getGroupBytes()
      Group is the group of the object being referenced.
      String getName()
      Name is the name of the object being referenced.
      com.google.protobuf.ByteString getNameBytes()
      Name is the name of the object being referenced.
      String getNamespace()
      Namespace is the namespace of the object being referenced.
      com.google.protobuf.ByteString getNamespaceBytes()
      Namespace is the namespace of the object being referenced.
      String getResource()
      Resource is the resource of the object being referenced.
      com.google.protobuf.ByteString getResourceBytes()
      Resource is the resource of the object being referenced.
      boolean hasGroup()
      Group is the group of the object being referenced.
      boolean hasName()
      Name is the name of the object being referenced.
      boolean hasNamespace()
      Namespace is the namespace of the object being referenced.
      boolean hasResource()
      Resource is the resource of the object being referenced.
      • 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 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.