Interface DeleteNexusIncomingServiceRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeleteNexusIncomingServiceRequest,DeleteNexusIncomingServiceRequest.Builder
@Generated(value="protoc", comments="annotations:DeleteNexusIncomingServiceRequestOrBuilder.java.pb.meta") public interface DeleteNexusIncomingServiceRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetId()Server-generated unique service ID.com.google.protobuf.ByteStringgetIdBytes()Server-generated unique service ID.longgetVersion()Data version for this service.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
java.lang.String getId()
Server-generated unique service ID.
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
Server-generated unique service ID.
string id = 1;- Returns:
- The bytes for id.
-
getVersion
long getVersion()
Data version for this service. Must match current version.
int64 version = 2;- Returns:
- The version.
-
-