Interface LoggingProto.SourceIdentifierOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getIdentifier()
      optional string identifier = 1;
      com.google.protobuf.ByteString getIdentifierBytes()
      optional string identifier = 1;
      java.lang.String getSecondaryIdentifier()
      optional string secondary_identifier = 2;
      com.google.protobuf.ByteString getSecondaryIdentifierBytes()
      optional string secondary_identifier = 2;
      boolean hasIdentifier()
      optional string identifier = 1;
      boolean hasSecondaryIdentifier()
      optional string secondary_identifier = 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

      • hasIdentifier

        boolean hasIdentifier()
        optional string identifier = 1;
      • getIdentifier

        java.lang.String getIdentifier()
        optional string identifier = 1;
      • getIdentifierBytes

        com.google.protobuf.ByteString getIdentifierBytes()
        optional string identifier = 1;
      • hasSecondaryIdentifier

        boolean hasSecondaryIdentifier()
        optional string secondary_identifier = 2;
      • getSecondaryIdentifier

        java.lang.String getSecondaryIdentifier()
        optional string secondary_identifier = 2;
      • getSecondaryIdentifierBytes

        com.google.protobuf.ByteString getSecondaryIdentifierBytes()
        optional string secondary_identifier = 2;