Interface Generated.GroupVersionOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Generated.GroupVersion, Generated.GroupVersion.Builder
    Enclosing class:
    Generated

    public static interface Generated.GroupVersionOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • 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 getVersion()
      optional string version = 2;
      com.google.protobuf.ByteString getVersionBytes()
      optional string version = 2;
      boolean hasGroup()
      optional string group = 1;
      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.