public static final class ProcessLinks.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ProcessLinks.Builder> implements ProcessLinksOrBuilder
Links associated with a specific process.Protobuf type
google.cloud.datacatalog.lineage.v1.ProcessLinks| Modifier and Type | Method and Description |
|---|---|
ProcessLinks.Builder |
addAllLinks(Iterable<? extends ProcessLinkInfo> values)
An array containing link details objects of the links provided in
the original request.
|
ProcessLinks.Builder |
addLinks(int index,
ProcessLinkInfo.Builder builderForValue)
An array containing link details objects of the links provided in
the original request.
|
ProcessLinks.Builder |
addLinks(int index,
ProcessLinkInfo value)
An array containing link details objects of the links provided in
the original request.
|
ProcessLinks.Builder |
addLinks(ProcessLinkInfo.Builder builderForValue)
An array containing link details objects of the links provided in
the original request.
|
ProcessLinks.Builder |
addLinks(ProcessLinkInfo value)
An array containing link details objects of the links provided in
the original request.
|
ProcessLinkInfo.Builder |
addLinksBuilder()
An array containing link details objects of the links provided in
the original request.
|
ProcessLinkInfo.Builder |
addLinksBuilder(int index)
An array containing link details objects of the links provided in
the original request.
|
ProcessLinks.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ProcessLinks |
build() |
ProcessLinks |
buildPartial() |
ProcessLinks.Builder |
clear() |
ProcessLinks.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ProcessLinks.Builder |
clearLinks()
An array containing link details objects of the links provided in
the original request.
|
ProcessLinks.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ProcessLinks.Builder |
clearProcess()
The process name in the format of
`projects/{project}/locations/{location}/processes/{process}`.
|
ProcessLinks.Builder |
clone() |
ProcessLinks |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
ProcessLinkInfo |
getLinks(int index)
An array containing link details objects of the links provided in
the original request.
|
ProcessLinkInfo.Builder |
getLinksBuilder(int index)
An array containing link details objects of the links provided in
the original request.
|
List<ProcessLinkInfo.Builder> |
getLinksBuilderList()
An array containing link details objects of the links provided in
the original request.
|
int |
getLinksCount()
An array containing link details objects of the links provided in
the original request.
|
List<ProcessLinkInfo> |
getLinksList()
An array containing link details objects of the links provided in
the original request.
|
ProcessLinkInfoOrBuilder |
getLinksOrBuilder(int index)
An array containing link details objects of the links provided in
the original request.
|
List<? extends ProcessLinkInfoOrBuilder> |
getLinksOrBuilderList()
An array containing link details objects of the links provided in
the original request.
|
String |
getProcess()
The process name in the format of
`projects/{project}/locations/{location}/processes/{process}`.
|
com.google.protobuf.ByteString |
getProcessBytes()
The process name in the format of
`projects/{project}/locations/{location}/processes/{process}`.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ProcessLinks.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProcessLinks.Builder |
mergeFrom(com.google.protobuf.Message other) |
ProcessLinks.Builder |
mergeFrom(ProcessLinks other) |
ProcessLinks.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ProcessLinks.Builder |
removeLinks(int index)
An array containing link details objects of the links provided in
the original request.
|
ProcessLinks.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ProcessLinks.Builder |
setLinks(int index,
ProcessLinkInfo.Builder builderForValue)
An array containing link details objects of the links provided in
the original request.
|
ProcessLinks.Builder |
setLinks(int index,
ProcessLinkInfo value)
An array containing link details objects of the links provided in
the original request.
|
ProcessLinks.Builder |
setProcess(String value)
The process name in the format of
`projects/{project}/locations/{location}/processes/{process}`.
|
ProcessLinks.Builder |
setProcessBytes(com.google.protobuf.ByteString value)
The process name in the format of
`projects/{project}/locations/{location}/processes/{process}`.
|
ProcessLinks.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ProcessLinks.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessLinks.Builder>public ProcessLinks.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessLinks.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessLinks.Builder>public ProcessLinks getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ProcessLinks build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ProcessLinks buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ProcessLinks.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessLinks.Builder>public ProcessLinks.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessLinks.Builder>public ProcessLinks.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessLinks.Builder>public ProcessLinks.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessLinks.Builder>public ProcessLinks.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessLinks.Builder>public ProcessLinks.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessLinks.Builder>public ProcessLinks.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ProcessLinks.Builder>public ProcessLinks.Builder mergeFrom(ProcessLinks other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessLinks.Builder>public ProcessLinks.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ProcessLinks.Builder>IOExceptionpublic String getProcess()
The process name in the format of
`projects/{project}/locations/{location}/processes/{process}`.
string process = 1 [(.google.api.resource_reference) = { ... }getProcess in interface ProcessLinksOrBuilderpublic com.google.protobuf.ByteString getProcessBytes()
The process name in the format of
`projects/{project}/locations/{location}/processes/{process}`.
string process = 1 [(.google.api.resource_reference) = { ... }getProcessBytes in interface ProcessLinksOrBuilderpublic 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) = { ... }value - The process to set.public ProcessLinks.Builder clearProcess()
The process name in the format of
`projects/{project}/locations/{location}/processes/{process}`.
string process = 1 [(.google.api.resource_reference) = { ... }public ProcessLinks.Builder setProcessBytes(com.google.protobuf.ByteString value)
The process name in the format of
`projects/{project}/locations/{location}/processes/{process}`.
string process = 1 [(.google.api.resource_reference) = { ... }value - The bytes for process to set.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;getLinksList in interface ProcessLinksOrBuilderpublic 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;getLinksCount in interface ProcessLinksOrBuilderpublic 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;getLinks in interface ProcessLinksOrBuilderpublic 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;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;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;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;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;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;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;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;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;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;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;getLinksOrBuilder in interface ProcessLinksOrBuilderpublic 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;getLinksOrBuilderList in interface ProcessLinksOrBuilderpublic 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;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;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;public final ProcessLinks.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessLinks.Builder>public final ProcessLinks.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessLinks.Builder>Copyright © 2024 Google LLC. All rights reserved.