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
Modifier and TypeMethodDescription.temporal.api.common.v1.Callback.Internal internal = 3;.temporal.api.common.v1.Callback.Internal internal = 3;getLinks(int index) Links associated with the callback.intLinks associated with the callback.Links associated with the callback.getLinksOrBuilder(int index) Links associated with the callback.List<? extends LinkOrBuilder> Links associated with the callback.getNexus().temporal.api.common.v1.Callback.Nexus nexus = 2;.temporal.api.common.v1.Callback.Nexus nexus = 2;boolean.temporal.api.common.v1.Callback.Internal internal = 3;booleanhasNexus().temporal.api.common.v1.Callback.Nexus nexus = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasNexus
boolean hasNexus().temporal.api.common.v1.Callback.Nexus nexus = 2;- Returns:
- Whether the nexus field is set.
-
getNexus
-
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
-
getLinks
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
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
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()
-