Interface BqExecutionService.RetrieveExecutionRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BqExecutionService.RetrieveExecutionRequest,BqExecutionService.RetrieveExecutionRequest.Builder
- Enclosing class:
- BqExecutionService
public static interface BqExecutionService.RetrieveExecutionRequestOrBuilder 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;-
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.
-
-