Send feedback
Class DataQualitySpec.PostScanActions.Recipients.Builder (1.37.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.37.0 keyboard_arrow_down
public static final class DataQualitySpec . PostScanActions . Recipients . Builder extends GeneratedMessageV3 . Builder<DataQualitySpec . PostScanActions . Recipients . Builder > implements DataQualitySpec . PostScanActions . RecipientsOrBuilder
The individuals or groups who are designated to receive notifications
upon triggers.
Protobuf type google.cloud.dataplex.v1.DataQualitySpec.PostScanActions.Recipients
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addAllEmails(Iterable<String> values)
public DataQualitySpec . PostScanActions . Recipients . Builder addAllEmails ( Iterable<String> values )
Optional. The email recipients who will receive the DataQualityScan
results report.
repeated string emails = 1 [(.google.api.field_behavior) = OPTIONAL];
addEmails(String value)
public DataQualitySpec . PostScanActions . Recipients . Builder addEmails ( String value )
Optional. The email recipients who will receive the DataQualityScan
results report.
repeated string emails = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter Name Description value
String
The emails to add.
addEmailsBytes(ByteString value)
public DataQualitySpec . PostScanActions . Recipients . Builder addEmailsBytes ( ByteString value )
Optional. The email recipients who will receive the DataQualityScan
results report.
repeated string emails = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter Name Description value
ByteString
The bytes of the emails to add.
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DataQualitySpec . PostScanActions . Recipients . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public DataQualitySpec . PostScanActions . Recipients build ()
buildPartial()
public DataQualitySpec . PostScanActions . Recipients buildPartial ()
clear()
public DataQualitySpec . PostScanActions . Recipients . Builder clear ()
Overrides
clearEmails()
public DataQualitySpec . PostScanActions . Recipients . Builder clearEmails ()
Optional. The email recipients who will receive the DataQualityScan
results report.
repeated string emails = 1 [(.google.api.field_behavior) = OPTIONAL];
clearField(Descriptors.FieldDescriptor field)
public DataQualitySpec . PostScanActions . Recipients . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public DataQualitySpec . PostScanActions . Recipients . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clone()
public DataQualitySpec . PostScanActions . Recipients . Builder clone ()
Overrides
getDefaultInstanceForType()
public DataQualitySpec . PostScanActions . Recipients getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getEmails(int index)
public String getEmails ( int index )
Optional. The email recipients who will receive the DataQualityScan
results report.
repeated string emails = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter Name Description index
int
The index of the element to return.
Returns Type Description String
The emails at the given index.
getEmailsBytes(int index)
public ByteString getEmailsBytes ( int index )
Optional. The email recipients who will receive the DataQualityScan
results report.
repeated string emails = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter Name Description index
int
The index of the value to return.
Returns Type Description ByteString
The bytes of the emails at the given index.
getEmailsCount()
public int getEmailsCount ()
Optional. The email recipients who will receive the DataQualityScan
results report.
repeated string emails = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns Type Description int
The count of emails.
getEmailsList()
public ProtocolStringList getEmailsList ()
Optional. The email recipients who will receive the DataQualityScan
results report.
repeated string emails = 1 [(.google.api.field_behavior) = OPTIONAL];
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(DataQualitySpec.PostScanActions.Recipients other)
public DataQualitySpec . PostScanActions . Recipients . Builder mergeFrom ( DataQualitySpec . PostScanActions . Recipients other )
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DataQualitySpec . PostScanActions . Recipients . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public DataQualitySpec . PostScanActions . Recipients . Builder mergeFrom ( Message other )
Parameter Name Description other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DataQualitySpec . PostScanActions . Recipients . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setEmails(int index, String value)
public DataQualitySpec . PostScanActions . Recipients . Builder setEmails ( int index , String value )
Optional. The email recipients who will receive the DataQualityScan
results report.
repeated string emails = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameters Name Description index
int
The index to set the value at.
value
String
The emails to set.
setField(Descriptors.FieldDescriptor field, Object value)
public DataQualitySpec . PostScanActions . Recipients . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DataQualitySpec . PostScanActions . Recipients . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final DataQualitySpec . PostScanActions . Recipients . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]