Class Trigger.OnDemand (1.18.0)

public static final class Trigger.OnDemand extends GeneratedMessageV3 implements Trigger.OnDemandOrBuilder

The scan runs once via RunDataScan API.

Protobuf type google.cloud.dataplex.v1.Trigger.OnDemand

Static Methods

getDefaultInstance()

public static Trigger.OnDemand getDefaultInstance()
Returns
TypeDescription
Trigger.OnDemand

getDescriptor()

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

newBuilder()

public static Trigger.OnDemand.Builder newBuilder()
Returns
TypeDescription
Trigger.OnDemand.Builder

newBuilder(Trigger.OnDemand prototype)

public static Trigger.OnDemand.Builder newBuilder(Trigger.OnDemand prototype)
Parameter
NameDescription
prototypeTrigger.OnDemand
Returns
TypeDescription
Trigger.OnDemand.Builder

parseDelimitedFrom(InputStream input)

public static Trigger.OnDemand parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Trigger.OnDemand
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static Trigger.OnDemand parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Trigger.OnDemand
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static Trigger.OnDemand parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Trigger.OnDemand
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static Trigger.OnDemand parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Trigger.OnDemand
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static Trigger.OnDemand parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Trigger.OnDemand
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<Trigger.OnDemand> parser()
Returns
TypeDescription
Parser<OnDemand>

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public Trigger.OnDemand getDefaultInstanceForType()
Returns
TypeDescription
Trigger.OnDemand

getParserForType()

public Parser<Trigger.OnDemand> getParserForType()
Returns
TypeDescription
Parser<OnDemand>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
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 Trigger.OnDemand.Builder newBuilderForType()
Returns
TypeDescription
Trigger.OnDemand.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Trigger.OnDemand.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Trigger.OnDemand.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public Trigger.OnDemand.Builder toBuilder()
Returns
TypeDescription
Trigger.OnDemand.Builder

writeTo(CodedOutputStream output)

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