public static final class ProcessLinks.Builder extends GeneratedMessageV3.Builder<ProcessLinks.Builder> implements ProcessLinksOrBuilder
Links associated with a specific process.
Protobuf type google.cloud.datacatalog.lineage.v1.ProcessLinks
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllLinks(Iterable<? extends ProcessLinkInfo> values)
public ProcessLinks.Builder addAllLinks(Iterable<? extends ProcessLinkInfo> values)
An array containing link details objects of the links provided in
the original request.
A single process can result in creating multiple links.
If any of the links you provide in the request are created by
the same process, they all are included in this array.
repeated .google.cloud.datacatalog.lineage.v1.ProcessLinkInfo links = 2;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.cloud.datacatalog.lineage.v1.ProcessLinkInfo>
|
addLinks(ProcessLinkInfo value)
public ProcessLinks.Builder addLinks(ProcessLinkInfo value)
An array containing link details objects of the links provided in
the original request.
A single process can result in creating multiple links.
If any of the links you provide in the request are created by
the same process, they all are included in this array.
repeated .google.cloud.datacatalog.lineage.v1.ProcessLinkInfo links = 2;
addLinks(ProcessLinkInfo.Builder builderForValue)
public ProcessLinks.Builder addLinks(ProcessLinkInfo.Builder builderForValue)
An array containing link details objects of the links provided in
the original request.
A single process can result in creating multiple links.
If any of the links you provide in the request are created by
the same process, they all are included in this array.
repeated .google.cloud.datacatalog.lineage.v1.ProcessLinkInfo links = 2;
addLinks(int index, ProcessLinkInfo value)
public ProcessLinks.Builder addLinks(int index, ProcessLinkInfo value)
An array containing link details objects of the links provided in
the original request.
A single process can result in creating multiple links.
If any of the links you provide in the request are created by
the same process, they all are included in this array.
repeated .google.cloud.datacatalog.lineage.v1.ProcessLinkInfo links = 2;
addLinks(int index, ProcessLinkInfo.Builder builderForValue)
public ProcessLinks.Builder addLinks(int index, ProcessLinkInfo.Builder builderForValue)
An array containing link details objects of the links provided in
the original request.
A single process can result in creating multiple links.
If any of the links you provide in the request are created by
the same process, they all are included in this array.
repeated .google.cloud.datacatalog.lineage.v1.ProcessLinkInfo links = 2;
addLinksBuilder()
public ProcessLinkInfo.Builder addLinksBuilder()
An array containing link details objects of the links provided in
the original request.
A single process can result in creating multiple links.
If any of the links you provide in the request are created by
the same process, they all are included in this array.
repeated .google.cloud.datacatalog.lineage.v1.ProcessLinkInfo links = 2;
addLinksBuilder(int index)
public ProcessLinkInfo.Builder addLinksBuilder(int index)
An array containing link details objects of the links provided in
the original request.
A single process can result in creating multiple links.
If any of the links you provide in the request are created by
the same process, they all are included in this array.
repeated .google.cloud.datacatalog.lineage.v1.ProcessLinkInfo links = 2;
Parameter |
---|
Name | Description |
index | int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ProcessLinks.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ProcessLinks build()
buildPartial()
public ProcessLinks buildPartial()
clear()
public ProcessLinks.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ProcessLinks.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearLinks()
public ProcessLinks.Builder clearLinks()
An array containing link details objects of the links provided in
the original request.
A single process can result in creating multiple links.
If any of the links you provide in the request are created by
the same process, they all are included in this array.
repeated .google.cloud.datacatalog.lineage.v1.ProcessLinkInfo links = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
public ProcessLinks.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearProcess()
public ProcessLinks.Builder clearProcess()
The process name in the format of
projects/{project}/locations/{location}/processes/{process}
.
string process = 1 [(.google.api.resource_reference) = { ... }
clone()
public ProcessLinks.Builder clone()
Overrides
getDefaultInstanceForType()
public ProcessLinks getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getLinks(int index)
public ProcessLinkInfo getLinks(int index)
An array containing link details objects of the links provided in
the original request.
A single process can result in creating multiple links.
If any of the links you provide in the request are created by
the same process, they all are included in this array.
repeated .google.cloud.datacatalog.lineage.v1.ProcessLinkInfo links = 2;
Parameter |
---|
Name | Description |
index | int
|
getLinksBuilder(int index)
public ProcessLinkInfo.Builder getLinksBuilder(int index)
An array containing link details objects of the links provided in
the original request.
A single process can result in creating multiple links.
If any of the links you provide in the request are created by
the same process, they all are included in this array.
repeated .google.cloud.datacatalog.lineage.v1.ProcessLinkInfo links = 2;
Parameter |
---|
Name | Description |
index | int
|
getLinksBuilderList()
public List<ProcessLinkInfo.Builder> getLinksBuilderList()
An array containing link details objects of the links provided in
the original request.
A single process can result in creating multiple links.
If any of the links you provide in the request are created by
the same process, they all are included in this array.
repeated .google.cloud.datacatalog.lineage.v1.ProcessLinkInfo links = 2;
getLinksCount()
public int getLinksCount()
An array containing link details objects of the links provided in
the original request.
A single process can result in creating multiple links.
If any of the links you provide in the request are created by
the same process, they all are included in this array.
repeated .google.cloud.datacatalog.lineage.v1.ProcessLinkInfo links = 2;
Returns |
---|
Type | Description |
int | |
getLinksList()
public List<ProcessLinkInfo> getLinksList()
An array containing link details objects of the links provided in
the original request.
A single process can result in creating multiple links.
If any of the links you provide in the request are created by
the same process, they all are included in this array.
repeated .google.cloud.datacatalog.lineage.v1.ProcessLinkInfo links = 2;
getLinksOrBuilder(int index)
public ProcessLinkInfoOrBuilder getLinksOrBuilder(int index)
An array containing link details objects of the links provided in
the original request.
A single process can result in creating multiple links.
If any of the links you provide in the request are created by
the same process, they all are included in this array.
repeated .google.cloud.datacatalog.lineage.v1.ProcessLinkInfo links = 2;
Parameter |
---|
Name | Description |
index | int
|
getLinksOrBuilderList()
public List<? extends ProcessLinkInfoOrBuilder> getLinksOrBuilderList()
An array containing link details objects of the links provided in
the original request.
A single process can result in creating multiple links.
If any of the links you provide in the request are created by
the same process, they all are included in this array.
repeated .google.cloud.datacatalog.lineage.v1.ProcessLinkInfo links = 2;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.datacatalog.lineage.v1.ProcessLinkInfoOrBuilder> | |
getProcess()
public String getProcess()
The process name in the format of
projects/{project}/locations/{location}/processes/{process}
.
string process = 1 [(.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The process.
|
getProcessBytes()
public ByteString getProcessBytes()
The process name in the format of
projects/{project}/locations/{location}/processes/{process}
.
string process = 1 [(.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for process.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ProcessLinks other)
public ProcessLinks.Builder mergeFrom(ProcessLinks other)
public ProcessLinks.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ProcessLinks.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ProcessLinks.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeLinks(int index)
public ProcessLinks.Builder removeLinks(int index)
An array containing link details objects of the links provided in
the original request.
A single process can result in creating multiple links.
If any of the links you provide in the request are created by
the same process, they all are included in this array.
repeated .google.cloud.datacatalog.lineage.v1.ProcessLinkInfo links = 2;
Parameter |
---|
Name | Description |
index | int
|
setField(Descriptors.FieldDescriptor field, Object value)
public ProcessLinks.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setLinks(int index, ProcessLinkInfo value)
public ProcessLinks.Builder setLinks(int index, ProcessLinkInfo value)
An array containing link details objects of the links provided in
the original request.
A single process can result in creating multiple links.
If any of the links you provide in the request are created by
the same process, they all are included in this array.
repeated .google.cloud.datacatalog.lineage.v1.ProcessLinkInfo links = 2;
setLinks(int index, ProcessLinkInfo.Builder builderForValue)
public ProcessLinks.Builder setLinks(int index, ProcessLinkInfo.Builder builderForValue)
An array containing link details objects of the links provided in
the original request.
A single process can result in creating multiple links.
If any of the links you provide in the request are created by
the same process, they all are included in this array.
repeated .google.cloud.datacatalog.lineage.v1.ProcessLinkInfo links = 2;
setProcess(String value)
public ProcessLinks.Builder setProcess(String value)
The process name in the format of
projects/{project}/locations/{location}/processes/{process}
.
string process = 1 [(.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
value | String
The process to set.
|
setProcessBytes(ByteString value)
public ProcessLinks.Builder setProcessBytes(ByteString value)
The process name in the format of
projects/{project}/locations/{location}/processes/{process}
.
string process = 1 [(.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
value | ByteString
The bytes for process to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ProcessLinks.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ProcessLinks.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides