public static final class EntryLinkEvent.Builder extends GeneratedMessage.Builder<EntryLinkEvent.Builder> implements EntryLinkEventOrBuilderPayload associated with Entry related log events.
Protobuf type google.cloud.dataplex.v1.EntryLinkEvent
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > EntryLinkEvent.BuilderImplements
EntryLinkEventOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public EntryLinkEvent build()| Returns | |
|---|---|
| Type | Description |
EntryLinkEvent |
|
buildPartial()
public EntryLinkEvent buildPartial()| Returns | |
|---|---|
| Type | Description |
EntryLinkEvent |
|
clear()
public EntryLinkEvent.Builder clear()| Returns | |
|---|---|
| Type | Description |
EntryLinkEvent.Builder |
|
clearEventType()
public EntryLinkEvent.Builder clearEventType()The type of the event.
.google.cloud.dataplex.v1.EntryLinkEvent.EventType event_type = 2;
| Returns | |
|---|---|
| Type | Description |
EntryLinkEvent.Builder |
This builder for chaining. |
clearMessage()
public EntryLinkEvent.Builder clearMessage()The log message.
string message = 1;
| Returns | |
|---|---|
| Type | Description |
EntryLinkEvent.Builder |
This builder for chaining. |
clearResource()
public EntryLinkEvent.Builder clearResource()Name of the resource.
string resource = 3;
| Returns | |
|---|---|
| Type | Description |
EntryLinkEvent.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public EntryLinkEvent getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
EntryLinkEvent |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEventType()
public EntryLinkEvent.EventType getEventType()The type of the event.
.google.cloud.dataplex.v1.EntryLinkEvent.EventType event_type = 2;
| Returns | |
|---|---|
| Type | Description |
EntryLinkEvent.EventType |
The eventType. |
getEventTypeValue()
public int getEventTypeValue()The type of the event.
.google.cloud.dataplex.v1.EntryLinkEvent.EventType event_type = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for eventType. |
getMessage()
public String getMessage()The log message.
string message = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The message. |
getMessageBytes()
public ByteString getMessageBytes()The log message.
string message = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for message. |
getResource()
public String getResource()Name of the resource.
string resource = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The resource. |
getResourceBytes()
public ByteString getResourceBytes()Name of the resource.
string resource = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for resource. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(EntryLinkEvent other)
public EntryLinkEvent.Builder mergeFrom(EntryLinkEvent other)| Parameter | |
|---|---|
| Name | Description |
other |
EntryLinkEvent |
| Returns | |
|---|---|
| Type | Description |
EntryLinkEvent.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public EntryLinkEvent.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
EntryLinkEvent.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public EntryLinkEvent.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
EntryLinkEvent.Builder |
|
setEventType(EntryLinkEvent.EventType value)
public EntryLinkEvent.Builder setEventType(EntryLinkEvent.EventType value)The type of the event.
.google.cloud.dataplex.v1.EntryLinkEvent.EventType event_type = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
EntryLinkEvent.EventTypeThe eventType to set. |
| Returns | |
|---|---|
| Type | Description |
EntryLinkEvent.Builder |
This builder for chaining. |
setEventTypeValue(int value)
public EntryLinkEvent.Builder setEventTypeValue(int value)The type of the event.
.google.cloud.dataplex.v1.EntryLinkEvent.EventType event_type = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for eventType to set. |
| Returns | |
|---|---|
| Type | Description |
EntryLinkEvent.Builder |
This builder for chaining. |
setMessage(String value)
public EntryLinkEvent.Builder setMessage(String value)The log message.
string message = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe message to set. |
| Returns | |
|---|---|
| Type | Description |
EntryLinkEvent.Builder |
This builder for chaining. |
setMessageBytes(ByteString value)
public EntryLinkEvent.Builder setMessageBytes(ByteString value)The log message.
string message = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for message to set. |
| Returns | |
|---|---|
| Type | Description |
EntryLinkEvent.Builder |
This builder for chaining. |
setResource(String value)
public EntryLinkEvent.Builder setResource(String value)Name of the resource.
string resource = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe resource to set. |
| Returns | |
|---|---|
| Type | Description |
EntryLinkEvent.Builder |
This builder for chaining. |
setResourceBytes(ByteString value)
public EntryLinkEvent.Builder setResourceBytes(ByteString value)Name of the resource.
string resource = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for resource to set. |
| Returns | |
|---|---|
| Type | Description |
EntryLinkEvent.Builder |
This builder for chaining. |