Interface BqExecutionService.UpdateExecutionRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BqExecutionService.UpdateExecutionRequest,BqExecutionService.UpdateExecutionRequest.Builder
- Enclosing class:
- BqExecutionService
public static interface BqExecutionService.UpdateExecutionRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetExecutionId()string executionId = 2;com.google.protobuf.ByteStringgetExecutionIdBytes()string executionId = 2;StringgetProspectcampaignexecutionId()string prospectcampaignexecutionId = 1;com.google.protobuf.ByteStringgetProspectcampaignexecutionIdBytes()string prospectcampaignexecutionId = 1;BqExecutionService.UpdateExecutionRequestgetUpdateExecutionRequest().com.redhat.mercury.prospectcampaignexecution.v10.api.bqexecutionservice.UpdateExecutionRequest updateExecutionRequest = 3;BqExecutionService.UpdateExecutionRequestOrBuildergetUpdateExecutionRequestOrBuilder().com.redhat.mercury.prospectcampaignexecution.v10.api.bqexecutionservice.UpdateExecutionRequest updateExecutionRequest = 3;booleanhasUpdateExecutionRequest().com.redhat.mercury.prospectcampaignexecution.v10.api.bqexecutionservice.UpdateExecutionRequest updateExecutionRequest = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getProspectcampaignexecutionId
String getProspectcampaignexecutionId()
string prospectcampaignexecutionId = 1;- Returns:
- The prospectcampaignexecutionId.
-
getProspectcampaignexecutionIdBytes
com.google.protobuf.ByteString getProspectcampaignexecutionIdBytes()
string prospectcampaignexecutionId = 1;- Returns:
- The bytes for prospectcampaignexecutionId.
-
getExecutionId
String getExecutionId()
string executionId = 2;- Returns:
- The executionId.
-
getExecutionIdBytes
com.google.protobuf.ByteString getExecutionIdBytes()
string executionId = 2;- Returns:
- The bytes for executionId.
-
hasUpdateExecutionRequest
boolean hasUpdateExecutionRequest()
.com.redhat.mercury.prospectcampaignexecution.v10.api.bqexecutionservice.UpdateExecutionRequest updateExecutionRequest = 3;- Returns:
- Whether the updateExecutionRequest field is set.
-
getUpdateExecutionRequest
BqExecutionService.UpdateExecutionRequest getUpdateExecutionRequest()
.com.redhat.mercury.prospectcampaignexecution.v10.api.bqexecutionservice.UpdateExecutionRequest updateExecutionRequest = 3;- Returns:
- The updateExecutionRequest.
-
getUpdateExecutionRequestOrBuilder
BqExecutionService.UpdateExecutionRequestOrBuilder getUpdateExecutionRequestOrBuilder()
.com.redhat.mercury.prospectcampaignexecution.v10.api.bqexecutionservice.UpdateExecutionRequest updateExecutionRequest = 3;
-
-