public final class CreateLineageEventRequest extends GeneratedMessageV3 implements CreateLineageEventRequestOrBuilder
Request message for CreateLineageEvent.
Protobuf type google.cloud.datacatalog.lineage.v1.CreateLineageEventRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > CreateLineageEventRequestImplements
CreateLineageEventRequestOrBuilderStatic Fields
LINEAGE_EVENT_FIELD_NUMBER
public static final int LINEAGE_EVENT_FIELD_NUMBER
Type | Description |
int |
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Type | Description |
int |
REQUEST_ID_FIELD_NUMBER
public static final int REQUEST_ID_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static CreateLineageEventRequest getDefaultInstance()
Type | Description |
CreateLineageEventRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static CreateLineageEventRequest.Builder newBuilder()
Type | Description |
CreateLineageEventRequest.Builder |
newBuilder(CreateLineageEventRequest prototype)
public static CreateLineageEventRequest.Builder newBuilder(CreateLineageEventRequest prototype)
Name | Description |
prototype | CreateLineageEventRequest |
Type | Description |
CreateLineageEventRequest.Builder |
parseDelimitedFrom(InputStream input)
public static CreateLineageEventRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
CreateLineageEventRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateLineageEventRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateLineageEventRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static CreateLineageEventRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
CreateLineageEventRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CreateLineageEventRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateLineageEventRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static CreateLineageEventRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
CreateLineageEventRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateLineageEventRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateLineageEventRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static CreateLineageEventRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
CreateLineageEventRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateLineageEventRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateLineageEventRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static CreateLineageEventRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
CreateLineageEventRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateLineageEventRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateLineageEventRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static CreateLineageEventRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
CreateLineageEventRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CreateLineageEventRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateLineageEventRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<CreateLineageEventRequest> parser()
Type | Description |
Parser<CreateLineageEventRequest> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public CreateLineageEventRequest getDefaultInstanceForType()
Type | Description |
CreateLineageEventRequest |
getLineageEvent()
public LineageEvent getLineageEvent()
Required. The lineage event to create.
.google.cloud.datacatalog.lineage.v1.LineageEvent lineage_event = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
LineageEvent | The lineageEvent. |
getLineageEventOrBuilder()
public LineageEventOrBuilder getLineageEventOrBuilder()
Required. The lineage event to create.
.google.cloud.datacatalog.lineage.v1.LineageEvent lineage_event = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
LineageEventOrBuilder |
getParent()
public String getParent()
Required. The name of the run that should own the lineage event.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The parent. |
getParentBytes()
public ByteString getParentBytes()
Required. The name of the run that should own the lineage event.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for parent. |
getParserForType()
public Parser<CreateLineageEventRequest> getParserForType()
Type | Description |
Parser<CreateLineageEventRequest> |
getRequestId()
public String getRequestId()
A unique identifier for this request. Restricted to 36 ASCII characters.
A random UUID is recommended. This request is idempotent only if a
request_id
is provided.
string request_id = 3;
Type | Description |
String | The requestId. |
getRequestIdBytes()
public ByteString getRequestIdBytes()
A unique identifier for this request. Restricted to 36 ASCII characters.
A random UUID is recommended. This request is idempotent only if a
request_id
is provided.
string request_id = 3;
Type | Description |
ByteString | The bytes for requestId. |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasLineageEvent()
public boolean hasLineageEvent()
Required. The lineage event to create.
.google.cloud.datacatalog.lineage.v1.LineageEvent lineage_event = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
boolean | Whether the lineageEvent field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public CreateLineageEventRequest.Builder newBuilderForType()
Type | Description |
CreateLineageEventRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CreateLineageEventRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
CreateLineageEventRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public CreateLineageEventRequest.Builder toBuilder()
Type | Description |
CreateLineageEventRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |