Interface Generated.GroupVersionKindOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getGroup()
      optional string group = 1;
      com.google.protobuf.ByteString getGroupBytes()
      optional string group = 1;
      String getKind()
      optional string kind = 3;
      com.google.protobuf.ByteString getKindBytes()
      optional string kind = 3;
      String getVersion()
      optional string version = 2;
      com.google.protobuf.ByteString getVersionBytes()
      optional string version = 2;
      boolean hasGroup()
      optional string group = 1;
      boolean hasKind()
      optional string kind = 3;
      boolean hasVersion()
      optional string version = 2;
      • 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()
        optional string group = 1;
        Returns:
        Whether the group field is set.
      • getGroup

        String getGroup()
        optional string group = 1;
        Returns:
        The group.
      • getGroupBytes

        com.google.protobuf.ByteString getGroupBytes()
        optional string group = 1;
        Returns:
        The bytes for group.
      • hasVersion

        boolean hasVersion()
        optional string version = 2;
        Returns:
        Whether the version field is set.
      • getVersion

        String getVersion()
        optional string version = 2;
        Returns:
        The version.
      • getVersionBytes

        com.google.protobuf.ByteString getVersionBytes()
        optional string version = 2;
        Returns:
        The bytes for version.
      • hasKind

        boolean hasKind()
        optional string kind = 3;
        Returns:
        Whether the kind field is set.
      • getKind

        String getKind()
        optional string kind = 3;
        Returns:
        The kind.
      • getKindBytes

        com.google.protobuf.ByteString getKindBytes()
        optional string kind = 3;
        Returns:
        The bytes for kind.