Interface UpdateNexusOutgoingServiceResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateNexusOutgoingServiceResponse,UpdateNexusOutgoingServiceResponse.Builder
@Generated(value="protoc", comments="annotations:UpdateNexusOutgoingServiceResponseOrBuilder.java.pb.meta") public interface UpdateNexusOutgoingServiceResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutgoingServicegetService()Data post acceptance.OutgoingServiceOrBuildergetServiceOrBuilder()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.OutgoingService service = 1;- Returns:
- Whether the service field is set.
-
getService
OutgoingService getService()
Data post acceptance. Can be used to issue additional updates to this record.
.temporal.api.nexus.v1.OutgoingService service = 1;- Returns:
- The service.
-
getServiceOrBuilder
OutgoingServiceOrBuilder getServiceOrBuilder()
Data post acceptance. Can be used to issue additional updates to this record.
.temporal.api.nexus.v1.OutgoingService service = 1;
-
-