public final class Trigger extends GeneratedMessage implements TriggerOrBuilderDataScan scheduling and trigger settings.
Protobuf type google.cloud.dataplex.v1.Trigger
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > TriggerImplements
TriggerOrBuilderStatic Fields
ON_DEMAND_FIELD_NUMBER
public static final int ON_DEMAND_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
SCHEDULE_FIELD_NUMBER
public static final int SCHEDULE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static Trigger getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
Trigger |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static Trigger.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
Trigger.Builder |
|
newBuilder(Trigger prototype)
public static Trigger.Builder newBuilder(Trigger prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
Trigger |
| Returns | |
|---|---|
| Type | Description |
Trigger.Builder |
|
parseDelimitedFrom(InputStream input)
public static Trigger parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
Trigger |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Trigger parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Trigger |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static Trigger parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
Trigger |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Trigger parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Trigger |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static Trigger parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
Trigger |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Trigger parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Trigger |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static Trigger parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
Trigger |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Trigger parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Trigger |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static Trigger parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
Trigger |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Trigger parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Trigger |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static Trigger parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
Trigger |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Trigger parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Trigger |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<Trigger> parser()| Returns | |
|---|---|
| Type | Description |
Parser<Trigger> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public Trigger getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Trigger |
|
getModeCase()
public Trigger.ModeCase getModeCase()| Returns | |
|---|---|
| Type | Description |
Trigger.ModeCase |
|
getOnDemand()
public Trigger.OnDemand getOnDemand() The scan runs once via RunDataScan API.
.google.cloud.dataplex.v1.Trigger.OnDemand on_demand = 100;
| Returns | |
|---|---|
| Type | Description |
Trigger.OnDemand |
The onDemand. |
getOnDemandOrBuilder()
public Trigger.OnDemandOrBuilder getOnDemandOrBuilder() The scan runs once via RunDataScan API.
.google.cloud.dataplex.v1.Trigger.OnDemand on_demand = 100;
| Returns | |
|---|---|
| Type | Description |
Trigger.OnDemandOrBuilder |
|
getParserForType()
public Parser<Trigger> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<Trigger> |
|
getSchedule()
public Trigger.Schedule getSchedule()The scan is scheduled to run periodically.
.google.cloud.dataplex.v1.Trigger.Schedule schedule = 101;
| Returns | |
|---|---|
| Type | Description |
Trigger.Schedule |
The schedule. |
getScheduleOrBuilder()
public Trigger.ScheduleOrBuilder getScheduleOrBuilder()The scan is scheduled to run periodically.
.google.cloud.dataplex.v1.Trigger.Schedule schedule = 101;
| Returns | |
|---|---|
| Type | Description |
Trigger.ScheduleOrBuilder |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasOnDemand()
public boolean hasOnDemand() The scan runs once via RunDataScan API.
.google.cloud.dataplex.v1.Trigger.OnDemand on_demand = 100;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the onDemand field is set. |
hasSchedule()
public boolean hasSchedule()The scan is scheduled to run periodically.
.google.cloud.dataplex.v1.Trigger.Schedule schedule = 101;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the schedule field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public Trigger.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
Trigger.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected Trigger.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
Trigger.Builder |
|
toBuilder()
public Trigger.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
Trigger.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|