Interface GatewayOuterClass.UpdateJobTimeoutRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GatewayOuterClass.UpdateJobTimeoutRequest,GatewayOuterClass.UpdateJobTimeoutRequest.Builder
- Enclosing class:
GatewayOuterClass
public static interface GatewayOuterClass.UpdateJobTimeoutRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongthe unique job identifier, as obtained from ActivateJobsResponselonga reference key chosen by the user and will be part of all records resulted from this operationlongthe duration of the new timeout in ms, starting from the current momentbooleana reference key chosen by the user and will be part of all records resulted from this operationMethods 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
-
getJobKey
long getJobKey()the unique job identifier, as obtained from ActivateJobsResponse
int64 jobKey = 1;- Returns:
- The jobKey.
-
getTimeout
long getTimeout()the duration of the new timeout in ms, starting from the current moment
int64 timeout = 2;- Returns:
- The timeout.
-
hasOperationReference
boolean hasOperationReference()a reference key chosen by the user and will be part of all records resulted from this operation
optional uint64 operationReference = 3;- Returns:
- Whether the operationReference field is set.
-
getOperationReference
long getOperationReference()a reference key chosen by the user and will be part of all records resulted from this operation
optional uint64 operationReference = 3;- Returns:
- The operationReference.
-