Interface BqCandidateSelectionService.UpdateCandidateSelectionRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BqCandidateSelectionService.UpdateCandidateSelectionRequest,BqCandidateSelectionService.UpdateCandidateSelectionRequest.Builder
- Enclosing class:
- BqCandidateSelectionService
public static interface BqCandidateSelectionService.UpdateCandidateSelectionRequestOrBuilder 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;BqCandidateSelectionService.UpdateCandidateSelectionRequestgetUpdateCandidateSelectionRequest().com.redhat.mercury.prospectcampaignexecution.v10.api.bqcandidateselectionservice.UpdateCandidateSelectionRequest updateCandidateSelectionRequest = 3;BqCandidateSelectionService.UpdateCandidateSelectionRequestOrBuildergetUpdateCandidateSelectionRequestOrBuilder().com.redhat.mercury.prospectcampaignexecution.v10.api.bqcandidateselectionservice.UpdateCandidateSelectionRequest updateCandidateSelectionRequest = 3;booleanhasUpdateCandidateSelectionRequest().com.redhat.mercury.prospectcampaignexecution.v10.api.bqcandidateselectionservice.UpdateCandidateSelectionRequest updateCandidateSelectionRequest = 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.
-
getCandidateselectionId
String getCandidateselectionId()
string candidateselectionId = 2;- Returns:
- The candidateselectionId.
-
getCandidateselectionIdBytes
com.google.protobuf.ByteString getCandidateselectionIdBytes()
string candidateselectionId = 2;- Returns:
- The bytes for candidateselectionId.
-
hasUpdateCandidateSelectionRequest
boolean hasUpdateCandidateSelectionRequest()
.com.redhat.mercury.prospectcampaignexecution.v10.api.bqcandidateselectionservice.UpdateCandidateSelectionRequest updateCandidateSelectionRequest = 3;- Returns:
- Whether the updateCandidateSelectionRequest field is set.
-
getUpdateCandidateSelectionRequest
BqCandidateSelectionService.UpdateCandidateSelectionRequest getUpdateCandidateSelectionRequest()
.com.redhat.mercury.prospectcampaignexecution.v10.api.bqcandidateselectionservice.UpdateCandidateSelectionRequest updateCandidateSelectionRequest = 3;- Returns:
- The updateCandidateSelectionRequest.
-
getUpdateCandidateSelectionRequestOrBuilder
BqCandidateSelectionService.UpdateCandidateSelectionRequestOrBuilder getUpdateCandidateSelectionRequestOrBuilder()
.com.redhat.mercury.prospectcampaignexecution.v10.api.bqcandidateselectionservice.UpdateCandidateSelectionRequest updateCandidateSelectionRequest = 3;
-
-