public static final class ListLineageEventsRequest.Builder extends GeneratedMessageV3.Builder<ListLineageEventsRequest.Builder> implements ListLineageEventsRequestOrBuilder
Request message for ListLineageEvents.
Protobuf type google.cloud.datacatalog.lineage.v1.ListLineageEventsRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListLineageEventsRequest.BuilderImplements
ListLineageEventsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListLineageEventsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ListLineageEventsRequest.Builder |
build()
public ListLineageEventsRequest build()
Returns | |
---|---|
Type | Description |
ListLineageEventsRequest |
buildPartial()
public ListLineageEventsRequest buildPartial()
Returns | |
---|---|
Type | Description |
ListLineageEventsRequest |
clear()
public ListLineageEventsRequest.Builder clear()
Returns | |
---|---|
Type | Description |
ListLineageEventsRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListLineageEventsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ListLineageEventsRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListLineageEventsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
ListLineageEventsRequest.Builder |
clearPageSize()
public ListLineageEventsRequest.Builder clearPageSize()
The maximum number of lineage events to return.
The service may return fewer events than this value. If unspecified, at most 50 events are returned. The maximum value is 100; values greater than 100 are cut to 100.
int32 page_size = 2;
Returns | |
---|---|
Type | Description |
ListLineageEventsRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListLineageEventsRequest.Builder clearPageToken()
The page token received from a previous ListLineageEvents
call. Specify
it to get the next page.
When paginating, all other parameters specified in this call must match the parameters of the call that provided the page token.
string page_token = 3;
Returns | |
---|---|
Type | Description |
ListLineageEventsRequest.Builder |
This builder for chaining. |
clearParent()
public ListLineageEventsRequest.Builder clearParent()
Required. The name of the run that owns the collection of lineage events to get.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ListLineageEventsRequest.Builder |
This builder for chaining. |
clone()
public ListLineageEventsRequest.Builder clone()
Returns | |
---|---|
Type | Description |
ListLineageEventsRequest.Builder |
getDefaultInstanceForType()
public ListLineageEventsRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ListLineageEventsRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getPageSize()
public int getPageSize()
The maximum number of lineage events to return.
The service may return fewer events than this value. If unspecified, at most 50 events are returned. The maximum value is 100; values greater than 100 are cut to 100.
int32 page_size = 2;
Returns | |
---|---|
Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken()
The page token received from a previous ListLineageEvents
call. Specify
it to get the next page.
When paginating, all other parameters specified in this call must match the parameters of the call that provided the page token.
string page_token = 3;
Returns | |
---|---|
Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()
The page token received from a previous ListLineageEvents
call. Specify
it to get the next page.
When paginating, all other parameters specified in this call must match the parameters of the call that provided the page token.
string page_token = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent()
Required. The name of the run that owns the collection of lineage events to get.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()
Required. The name of the run that owns the collection of lineage events to get.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(ListLineageEventsRequest other)
public ListLineageEventsRequest.Builder mergeFrom(ListLineageEventsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListLineageEventsRequest |
Returns | |
---|---|
Type | Description |
ListLineageEventsRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListLineageEventsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListLineageEventsRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ListLineageEventsRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
ListLineageEventsRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListLineageEventsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListLineageEventsRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListLineageEventsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ListLineageEventsRequest.Builder |
setPageSize(int value)
public ListLineageEventsRequest.Builder setPageSize(int value)
The maximum number of lineage events to return.
The service may return fewer events than this value. If unspecified, at most 50 events are returned. The maximum value is 100; values greater than 100 are cut to 100.
int32 page_size = 2;
Parameter | |
---|---|
Name | Description |
value |
int The pageSize to set. |
Returns | |
---|---|
Type | Description |
ListLineageEventsRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListLineageEventsRequest.Builder setPageToken(String value)
The page token received from a previous ListLineageEvents
call. Specify
it to get the next page.
When paginating, all other parameters specified in this call must match the parameters of the call that provided the page token.
string page_token = 3;
Parameter | |
---|---|
Name | Description |
value |
String The pageToken to set. |
Returns | |
---|---|
Type | Description |
ListLineageEventsRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListLineageEventsRequest.Builder setPageTokenBytes(ByteString value)
The page token received from a previous ListLineageEvents
call. Specify
it to get the next page.
When paginating, all other parameters specified in this call must match the parameters of the call that provided the page token.
string page_token = 3;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for pageToken to set. |
Returns | |
---|---|
Type | Description |
ListLineageEventsRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListLineageEventsRequest.Builder setParent(String value)
Required. The name of the run that owns the collection of lineage events to get.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
String The parent to set. |
Returns | |
---|---|
Type | Description |
ListLineageEventsRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListLineageEventsRequest.Builder setParentBytes(ByteString value)
Required. The name of the run that owns the collection of lineage events to get.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for parent to set. |
Returns | |
---|---|
Type | Description |
ListLineageEventsRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListLineageEventsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
ListLineageEventsRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListLineageEventsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListLineageEventsRequest.Builder |