Interface Generated.GroupVersionResourceOrBuilder

    • 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 getResource()
      optional string resource = 3;
      com.google.protobuf.ByteString getResourceBytes()
      optional string resource = 3;
      String getVersion()
      optional string version = 2;
      com.google.protobuf.ByteString getVersionBytes()
      optional string version = 2;
      boolean hasGroup()
      optional string group = 1;
      boolean hasResource()
      optional string resource = 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.
      • hasResource

        boolean hasResource()
        optional string resource = 3;
        Returns:
        Whether the resource field is set.
      • getResource

        String getResource()
        optional string resource = 3;
        Returns:
        The resource.
      • getResourceBytes

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