Interface UpdateNexusIncomingServiceResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateNexusIncomingServiceResponse,UpdateNexusIncomingServiceResponse.Builder
@Generated(value="protoc", comments="annotations:UpdateNexusIncomingServiceResponseOrBuilder.java.pb.meta") public interface UpdateNexusIncomingServiceResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IncomingServicegetService()Data post acceptance.IncomingServiceOrBuildergetServiceOrBuilder()Data post acceptance.booleanhasService()Data post acceptance.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasService
boolean hasService()
Data post acceptance. Can be used to issue additional updates to this record.
.temporal.api.nexus.v1.IncomingService service = 1;- Returns:
- Whether the service field is set.
-
getService
IncomingService getService()
Data post acceptance. Can be used to issue additional updates to this record.
.temporal.api.nexus.v1.IncomingService service = 1;- Returns:
- The service.
-
getServiceOrBuilder
IncomingServiceOrBuilder getServiceOrBuilder()
Data post acceptance. Can be used to issue additional updates to this record.
.temporal.api.nexus.v1.IncomingService service = 1;
-
-