Interface BqCandidateSelectionService.RetrieveCandidateSelectionRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BqCandidateSelectionService.RetrieveCandidateSelectionRequest,BqCandidateSelectionService.RetrieveCandidateSelectionRequest.Builder
- Enclosing class:
- BqCandidateSelectionService
public static interface BqCandidateSelectionService.RetrieveCandidateSelectionRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCandidateselectionId()string candidateselectionId = 2;com.google.protobuf.ByteStringgetCandidateselectionIdBytes()string candidateselectionId = 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.
-
getCandidateselectionId
String getCandidateselectionId()
string candidateselectionId = 2;- Returns:
- The candidateselectionId.
-
getCandidateselectionIdBytes
com.google.protobuf.ByteString getCandidateselectionIdBytes()
string candidateselectionId = 2;- Returns:
- The bytes for candidateselectionId.
-
-