Package io.temporal.api.common.v1
Interface CallbackOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Callback,Callback.Builder
@Generated(value="protoc", comments="annotations:CallbackOrBuilder.java.pb.meta") public interface CallbackOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Callback.InternalgetInternal().temporal.api.common.v1.Callback.Internal internal = 3;Callback.InternalOrBuildergetInternalOrBuilder().temporal.api.common.v1.Callback.Internal internal = 3;LinkgetLinks(int index)Links associated with the callback.intgetLinksCount()Links associated with the callback.java.util.List<Link>getLinksList()Links associated with the callback.LinkOrBuildergetLinksOrBuilder(int index)Links associated with the callback.java.util.List<? extends LinkOrBuilder>getLinksOrBuilderList()Links associated with the callback.Callback.NexusgetNexus().temporal.api.common.v1.Callback.Nexus nexus = 2;Callback.NexusOrBuildergetNexusOrBuilder().temporal.api.common.v1.Callback.Nexus nexus = 2;Callback.VariantCasegetVariantCase()booleanhasInternal().temporal.api.common.v1.Callback.Internal internal = 3;booleanhasNexus().temporal.api.common.v1.Callback.Nexus nexus = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasNexus
boolean hasNexus()
.temporal.api.common.v1.Callback.Nexus nexus = 2;- Returns:
- Whether the nexus field is set.
-
getNexus
Callback.Nexus getNexus()
.temporal.api.common.v1.Callback.Nexus nexus = 2;- Returns:
- The nexus.
-
getNexusOrBuilder
Callback.NexusOrBuilder getNexusOrBuilder()
.temporal.api.common.v1.Callback.Nexus nexus = 2;
-
hasInternal
boolean hasInternal()
.temporal.api.common.v1.Callback.Internal internal = 3;- Returns:
- Whether the internal field is set.
-
getInternal
Callback.Internal getInternal()
.temporal.api.common.v1.Callback.Internal internal = 3;- Returns:
- The internal.
-
getInternalOrBuilder
Callback.InternalOrBuilder getInternalOrBuilder()
.temporal.api.common.v1.Callback.Internal internal = 3;
-
getLinksList
java.util.List<Link> getLinksList()
Links associated with the callback. It can be used to link to underlying resources of the callback.
repeated .temporal.api.common.v1.Link links = 100;
-
getLinks
Link getLinks(int index)
Links associated with the callback. It can be used to link to underlying resources of the callback.
repeated .temporal.api.common.v1.Link links = 100;
-
getLinksCount
int getLinksCount()
Links associated with the callback. It can be used to link to underlying resources of the callback.
repeated .temporal.api.common.v1.Link links = 100;
-
getLinksOrBuilderList
java.util.List<? extends LinkOrBuilder> getLinksOrBuilderList()
Links associated with the callback. It can be used to link to underlying resources of the callback.
repeated .temporal.api.common.v1.Link links = 100;
-
getLinksOrBuilder
LinkOrBuilder getLinksOrBuilder(int index)
Links associated with the callback. It can be used to link to underlying resources of the callback.
repeated .temporal.api.common.v1.Link links = 100;
-
getVariantCase
Callback.VariantCase getVariantCase()
-
-