Class Action.JobNotificationEmails (3.3.2)

public static final class Action.JobNotificationEmails extends GeneratedMessageV3 implements Action.JobNotificationEmailsOrBuilder

Enable email notification to project owners and editors on jobs's completion/failure.

Protobuf type google.privacy.dlp.v2.Action.JobNotificationEmails

Static Methods

getDefaultInstance()

public static Action.JobNotificationEmails getDefaultInstance()
Returns
TypeDescription
Action.JobNotificationEmails

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static Action.JobNotificationEmails.Builder newBuilder()
Returns
TypeDescription
Action.JobNotificationEmails.Builder

newBuilder(Action.JobNotificationEmails prototype)

public static Action.JobNotificationEmails.Builder newBuilder(Action.JobNotificationEmails prototype)
Parameter
NameDescription
prototypeAction.JobNotificationEmails
Returns
TypeDescription
Action.JobNotificationEmails.Builder

parseDelimitedFrom(InputStream input)

public static Action.JobNotificationEmails parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Action.JobNotificationEmails
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Action.JobNotificationEmails parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Action.JobNotificationEmails
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Action.JobNotificationEmails parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Action.JobNotificationEmails
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Action.JobNotificationEmails parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Action.JobNotificationEmails
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Action.JobNotificationEmails parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Action.JobNotificationEmails
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Action.JobNotificationEmails parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Action.JobNotificationEmails
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Action.JobNotificationEmails parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Action.JobNotificationEmails
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Action.JobNotificationEmails parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Action.JobNotificationEmails
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Action.JobNotificationEmails parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Action.JobNotificationEmails
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Action.JobNotificationEmails parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Action.JobNotificationEmails
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Action.JobNotificationEmails parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Action.JobNotificationEmails
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Action.JobNotificationEmails parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Action.JobNotificationEmails
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Action.JobNotificationEmails> parser()
Returns
TypeDescription
Parser<JobNotificationEmails>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public Action.JobNotificationEmails getDefaultInstanceForType()
Returns
TypeDescription
Action.JobNotificationEmails

getParserForType()

public Parser<Action.JobNotificationEmails> getParserForType()
Returns
TypeDescription
Parser<JobNotificationEmails>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Action.JobNotificationEmails.Builder newBuilderForType()
Returns
TypeDescription
Action.JobNotificationEmails.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Action.JobNotificationEmails.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Action.JobNotificationEmails.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Action.JobNotificationEmails.Builder toBuilder()
Returns
TypeDescription
Action.JobNotificationEmails.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException