Interface BqExecutionService.RequestExecutionRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BqExecutionService.RequestExecutionRequest,BqExecutionService.RequestExecutionRequest.Builder
- Enclosing class:
- BqExecutionService
public static interface BqExecutionService.RequestExecutionRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutionOuterClass.ExecutiongetExecution().com.redhat.mercury.prospectcampaignexecution.v10.Execution execution = 3;StringgetExecutionId()string executionId = 2;com.google.protobuf.ByteStringgetExecutionIdBytes()string executionId = 2;ExecutionOuterClass.ExecutionOrBuildergetExecutionOrBuilder().com.redhat.mercury.prospectcampaignexecution.v10.Execution execution = 3;StringgetProspectcampaignexecutionId()string prospectcampaignexecutionId = 1;com.google.protobuf.ByteStringgetProspectcampaignexecutionIdBytes()string prospectcampaignexecutionId = 1;booleanhasExecution().com.redhat.mercury.prospectcampaignexecution.v10.Execution execution = 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.
-
hasExecution
boolean hasExecution()
.com.redhat.mercury.prospectcampaignexecution.v10.Execution execution = 3;- Returns:
- Whether the execution field is set.
-
getExecution
ExecutionOuterClass.Execution getExecution()
.com.redhat.mercury.prospectcampaignexecution.v10.Execution execution = 3;- Returns:
- The execution.
-
getExecutionOrBuilder
ExecutionOuterClass.ExecutionOrBuilder getExecutionOrBuilder()
.com.redhat.mercury.prospectcampaignexecution.v10.Execution execution = 3;
-
-