Interface LoggingProto.SourceIdentifierOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LoggingProto.SourceIdentifier,LoggingProto.SourceIdentifier.Builder
- Enclosing class:
- LoggingProto
public static interface LoggingProto.SourceIdentifierOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetIdentifier()optional string identifier = 1;com.google.protobuf.ByteStringgetIdentifierBytes()optional string identifier = 1;java.lang.StringgetSecondaryIdentifier()optional string secondary_identifier = 2;com.google.protobuf.ByteStringgetSecondaryIdentifierBytes()optional string secondary_identifier = 2;booleanhasIdentifier()optional string identifier = 1;booleanhasSecondaryIdentifier()optional string secondary_identifier = 2;-
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;
-
-