Class Ic3Data.Application

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
edu.psu.cse.siis.ic3.Ic3Data.Application
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Ic3Data.ApplicationOrBuilder, Serializable
Enclosing class:
Ic3Data

public static final class Ic3Data.Application extends com.google.protobuf.GeneratedMessageV3 implements Ic3Data.ApplicationOrBuilder
Protobuf type edu.psu.cse.siis.ic3.Application
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasName

      public boolean hasName()
      optional string name = 1;
      Specified by:
      hasName in interface Ic3Data.ApplicationOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public String getName()
      optional string name = 1;
      Specified by:
      getName in interface Ic3Data.ApplicationOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
      optional string name = 1;
      Specified by:
      getNameBytes in interface Ic3Data.ApplicationOrBuilder
      Returns:
      The bytes for name.
    • hasVersion

      public boolean hasVersion()
      optional uint32 version = 2;
      Specified by:
      hasVersion in interface Ic3Data.ApplicationOrBuilder
      Returns:
      Whether the version field is set.
    • getVersion

      public int getVersion()
      optional uint32 version = 2;
      Specified by:
      getVersion in interface Ic3Data.ApplicationOrBuilder
      Returns:
      The version.
    • getPermissionsList

      public List<Ic3Data.Application.Permission> getPermissionsList()
      repeated .edu.psu.cse.siis.ic3.Application.Permission permissions = 3;
      Specified by:
      getPermissionsList in interface Ic3Data.ApplicationOrBuilder
    • getPermissionsOrBuilderList

      public List<? extends Ic3Data.Application.PermissionOrBuilder> getPermissionsOrBuilderList()
      repeated .edu.psu.cse.siis.ic3.Application.Permission permissions = 3;
      Specified by:
      getPermissionsOrBuilderList in interface Ic3Data.ApplicationOrBuilder
    • getPermissionsCount

      public int getPermissionsCount()
      repeated .edu.psu.cse.siis.ic3.Application.Permission permissions = 3;
      Specified by:
      getPermissionsCount in interface Ic3Data.ApplicationOrBuilder
    • getPermissions

      public Ic3Data.Application.Permission getPermissions(int index)
      repeated .edu.psu.cse.siis.ic3.Application.Permission permissions = 3;
      Specified by:
      getPermissions in interface Ic3Data.ApplicationOrBuilder
    • getPermissionsOrBuilder

      public Ic3Data.Application.PermissionOrBuilder getPermissionsOrBuilder(int index)
      repeated .edu.psu.cse.siis.ic3.Application.Permission permissions = 3;
      Specified by:
      getPermissionsOrBuilder in interface Ic3Data.ApplicationOrBuilder
    • getUsedPermissionsList

      public com.google.protobuf.ProtocolStringList getUsedPermissionsList()
      repeated string used_permissions = 4;
      Specified by:
      getUsedPermissionsList in interface Ic3Data.ApplicationOrBuilder
      Returns:
      A list containing the usedPermissions.
    • getUsedPermissionsCount

      public int getUsedPermissionsCount()
      repeated string used_permissions = 4;
      Specified by:
      getUsedPermissionsCount in interface Ic3Data.ApplicationOrBuilder
      Returns:
      The count of usedPermissions.
    • getUsedPermissions

      public String getUsedPermissions(int index)
      repeated string used_permissions = 4;
      Specified by:
      getUsedPermissions in interface Ic3Data.ApplicationOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The usedPermissions at the given index.
    • getUsedPermissionsBytes

      public com.google.protobuf.ByteString getUsedPermissionsBytes(int index)
      repeated string used_permissions = 4;
      Specified by:
      getUsedPermissionsBytes in interface Ic3Data.ApplicationOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the usedPermissions at the given index.
    • getComponentsList

      public List<Ic3Data.Application.Component> getComponentsList()
      repeated .edu.psu.cse.siis.ic3.Application.Component components = 5;
      Specified by:
      getComponentsList in interface Ic3Data.ApplicationOrBuilder
    • getComponentsOrBuilderList

      public List<? extends Ic3Data.Application.ComponentOrBuilder> getComponentsOrBuilderList()
      repeated .edu.psu.cse.siis.ic3.Application.Component components = 5;
      Specified by:
      getComponentsOrBuilderList in interface Ic3Data.ApplicationOrBuilder
    • getComponentsCount

      public int getComponentsCount()
      repeated .edu.psu.cse.siis.ic3.Application.Component components = 5;
      Specified by:
      getComponentsCount in interface Ic3Data.ApplicationOrBuilder
    • getComponents

      public Ic3Data.Application.Component getComponents(int index)
      repeated .edu.psu.cse.siis.ic3.Application.Component components = 5;
      Specified by:
      getComponents in interface Ic3Data.ApplicationOrBuilder
    • getComponentsOrBuilder

      public Ic3Data.Application.ComponentOrBuilder getComponentsOrBuilder(int index)
      repeated .edu.psu.cse.siis.ic3.Application.Component components = 5;
      Specified by:
      getComponentsOrBuilder in interface Ic3Data.ApplicationOrBuilder
    • hasAnalysisStart

      public boolean hasAnalysisStart()
      optional int64 analysis_start = 6;
      Specified by:
      hasAnalysisStart in interface Ic3Data.ApplicationOrBuilder
      Returns:
      Whether the analysisStart field is set.
    • getAnalysisStart

      public long getAnalysisStart()
      optional int64 analysis_start = 6;
      Specified by:
      getAnalysisStart in interface Ic3Data.ApplicationOrBuilder
      Returns:
      The analysisStart.
    • hasAnalysisEnd

      public boolean hasAnalysisEnd()
      optional int64 analysis_end = 7;
      Specified by:
      hasAnalysisEnd in interface Ic3Data.ApplicationOrBuilder
      Returns:
      Whether the analysisEnd field is set.
    • getAnalysisEnd

      public long getAnalysisEnd()
      optional int64 analysis_end = 7;
      Specified by:
      getAnalysisEnd in interface Ic3Data.ApplicationOrBuilder
      Returns:
      The analysisEnd.
    • hasSample

      public boolean hasSample()
      optional string sample = 8;
      Specified by:
      hasSample in interface Ic3Data.ApplicationOrBuilder
      Returns:
      Whether the sample field is set.
    • getSample

      public String getSample()
      optional string sample = 8;
      Specified by:
      getSample in interface Ic3Data.ApplicationOrBuilder
      Returns:
      The sample.
    • getSampleBytes

      public com.google.protobuf.ByteString getSampleBytes()
      optional string sample = 8;
      Specified by:
      getSampleBytes in interface Ic3Data.ApplicationOrBuilder
      Returns:
      The bytes for sample.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Ic3Data.Application parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ic3Data.Application parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ic3Data.Application parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ic3Data.Application parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ic3Data.Application parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ic3Data.Application parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ic3Data.Application parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Ic3Data.Application parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Ic3Data.Application parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Ic3Data.Application parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Ic3Data.Application parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Ic3Data.Application parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Ic3Data.Application.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Ic3Data.Application.Builder newBuilder()
    • newBuilder

      public static Ic3Data.Application.Builder newBuilder(Ic3Data.Application prototype)
    • toBuilder

      public Ic3Data.Application.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Ic3Data.Application.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Ic3Data.Application getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Ic3Data.Application> parser()
    • getParserForType

      public com.google.protobuf.Parser<Ic3Data.Application> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public Ic3Data.Application getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder