Interface ServiceIDLookupProto.ServiceIDLookupBuf.ServiceIDOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServiceIDLookupProto.ServiceIDLookupBuf.ServiceID,ServiceIDLookupProto.ServiceIDLookupBuf.ServiceID.Builder
- Enclosing class:
- ServiceIDLookupProto.ServiceIDLookupBuf
public static interface ServiceIDLookupProto.ServiceIDLookupBuf.ServiceIDOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetId()required int64 id = 2;java.lang.StringgetName()required string name = 1;com.google.protobuf.ByteStringgetNameBytes()required string name = 1;booleanhasId()required int64 id = 2;booleanhasName()required string name = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasName
boolean hasName()
required string name = 1;- Returns:
- Whether the name field is set.
-
getName
java.lang.String getName()
required string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
required string name = 1;- Returns:
- The bytes for name.
-
hasId
boolean hasId()
required int64 id = 2;- Returns:
- Whether the id field is set.
-
getId
long getId()
required int64 id = 2;- Returns:
- The id.
-
-