Class BatchSearchLinkProcessesRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<BatchSearchLinkProcessesRequest.Builder>
-
- com.google.cloud.datacatalog.lineage.v1.BatchSearchLinkProcessesRequest.Builder
-
- All Implemented Interfaces:
BatchSearchLinkProcessesRequestOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- BatchSearchLinkProcessesRequest
public static final class BatchSearchLinkProcessesRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BatchSearchLinkProcessesRequest.Builder> implements BatchSearchLinkProcessesRequestOrBuilder
Request message for [BatchSearchLinkProcesses][google.cloud.datacatalog.lineage.v1.Lineage.BatchSearchLinkProcesses].
Protobuf typegoogle.cloud.datacatalog.lineage.v1.BatchSearchLinkProcessesRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchSearchLinkProcessesRequest.Builder
addAllLinks(Iterable<String> values)
Required.BatchSearchLinkProcessesRequest.Builder
addLinks(String value)
Required.BatchSearchLinkProcessesRequest.Builder
addLinksBytes(com.google.protobuf.ByteString value)
Required.BatchSearchLinkProcessesRequest.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
BatchSearchLinkProcessesRequest
build()
BatchSearchLinkProcessesRequest
buildPartial()
BatchSearchLinkProcessesRequest.Builder
clear()
BatchSearchLinkProcessesRequest.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
BatchSearchLinkProcessesRequest.Builder
clearLinks()
Required.BatchSearchLinkProcessesRequest.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
BatchSearchLinkProcessesRequest.Builder
clearPageSize()
The maximum number of processes to return in a single page of the response.BatchSearchLinkProcessesRequest.Builder
clearPageToken()
The page token received from a previous `BatchSearchLinkProcesses` call.BatchSearchLinkProcessesRequest.Builder
clearParent()
Required.BatchSearchLinkProcessesRequest.Builder
clone()
BatchSearchLinkProcessesRequest
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getLinks(int index)
Required.com.google.protobuf.ByteString
getLinksBytes(int index)
Required.int
getLinksCount()
Required.com.google.protobuf.ProtocolStringList
getLinksList()
Required.int
getPageSize()
The maximum number of processes to return in a single page of the response.String
getPageToken()
The page token received from a previous `BatchSearchLinkProcesses` call.com.google.protobuf.ByteString
getPageTokenBytes()
The page token received from a previous `BatchSearchLinkProcesses` call.String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
BatchSearchLinkProcessesRequest.Builder
mergeFrom(BatchSearchLinkProcessesRequest other)
BatchSearchLinkProcessesRequest.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
BatchSearchLinkProcessesRequest.Builder
mergeFrom(com.google.protobuf.Message other)
BatchSearchLinkProcessesRequest.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
BatchSearchLinkProcessesRequest.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
BatchSearchLinkProcessesRequest.Builder
setLinks(int index, String value)
Required.BatchSearchLinkProcessesRequest.Builder
setPageSize(int value)
The maximum number of processes to return in a single page of the response.BatchSearchLinkProcessesRequest.Builder
setPageToken(String value)
The page token received from a previous `BatchSearchLinkProcesses` call.BatchSearchLinkProcessesRequest.Builder
setPageTokenBytes(com.google.protobuf.ByteString value)
The page token received from a previous `BatchSearchLinkProcesses` call.BatchSearchLinkProcessesRequest.Builder
setParent(String value)
Required.BatchSearchLinkProcessesRequest.Builder
setParentBytes(com.google.protobuf.ByteString value)
Required.BatchSearchLinkProcessesRequest.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
BatchSearchLinkProcessesRequest.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<BatchSearchLinkProcessesRequest.Builder>
-
clear
public BatchSearchLinkProcessesRequest.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<BatchSearchLinkProcessesRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<BatchSearchLinkProcessesRequest.Builder>
-
getDefaultInstanceForType
public BatchSearchLinkProcessesRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public BatchSearchLinkProcessesRequest build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public BatchSearchLinkProcessesRequest buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public BatchSearchLinkProcessesRequest.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<BatchSearchLinkProcessesRequest.Builder>
-
setField
public BatchSearchLinkProcessesRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<BatchSearchLinkProcessesRequest.Builder>
-
clearField
public BatchSearchLinkProcessesRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<BatchSearchLinkProcessesRequest.Builder>
-
clearOneof
public BatchSearchLinkProcessesRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<BatchSearchLinkProcessesRequest.Builder>
-
setRepeatedField
public BatchSearchLinkProcessesRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<BatchSearchLinkProcessesRequest.Builder>
-
addRepeatedField
public BatchSearchLinkProcessesRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<BatchSearchLinkProcessesRequest.Builder>
-
mergeFrom
public BatchSearchLinkProcessesRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<BatchSearchLinkProcessesRequest.Builder>
-
mergeFrom
public BatchSearchLinkProcessesRequest.Builder mergeFrom(BatchSearchLinkProcessesRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<BatchSearchLinkProcessesRequest.Builder>
-
mergeFrom
public BatchSearchLinkProcessesRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<BatchSearchLinkProcessesRequest.Builder>
- Throws:
IOException
-
getParent
public String getParent()
Required. The project and location you want search in the format `projects/*/locations/*`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Specified by:
getParent
in interfaceBatchSearchLinkProcessesRequestOrBuilder
- Returns:
- The parent.
-
getParentBytes
public com.google.protobuf.ByteString getParentBytes()
Required. The project and location you want search in the format `projects/*/locations/*`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Specified by:
getParentBytes
in interfaceBatchSearchLinkProcessesRequestOrBuilder
- Returns:
- The bytes for parent.
-
setParent
public BatchSearchLinkProcessesRequest.Builder setParent(String value)
Required. The project and location you want search in the format `projects/*/locations/*`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Parameters:
value
- The parent to set.- Returns:
- This builder for chaining.
-
clearParent
public BatchSearchLinkProcessesRequest.Builder clearParent()
Required. The project and location you want search in the format `projects/*/locations/*`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- This builder for chaining.
-
setParentBytes
public BatchSearchLinkProcessesRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
Required. The project and location you want search in the format `projects/*/locations/*`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Parameters:
value
- The bytes for parent to set.- Returns:
- This builder for chaining.
-
getLinksList
public com.google.protobuf.ProtocolStringList getLinksList()
Required. An array of links to check for their associated LineageProcesses. The maximum number of items in this array is 100. If the request contains more than 100 links, it returns the `INVALID_ARGUMENT` error. Format: `projects/{project}/locations/{location}/links/{link}`.
repeated string links = 2 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getLinksList
in interfaceBatchSearchLinkProcessesRequestOrBuilder
- Returns:
- A list containing the links.
-
getLinksCount
public int getLinksCount()
Required. An array of links to check for their associated LineageProcesses. The maximum number of items in this array is 100. If the request contains more than 100 links, it returns the `INVALID_ARGUMENT` error. Format: `projects/{project}/locations/{location}/links/{link}`.
repeated string links = 2 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getLinksCount
in interfaceBatchSearchLinkProcessesRequestOrBuilder
- Returns:
- The count of links.
-
getLinks
public String getLinks(int index)
Required. An array of links to check for their associated LineageProcesses. The maximum number of items in this array is 100. If the request contains more than 100 links, it returns the `INVALID_ARGUMENT` error. Format: `projects/{project}/locations/{location}/links/{link}`.
repeated string links = 2 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getLinks
in interfaceBatchSearchLinkProcessesRequestOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The links at the given index.
-
getLinksBytes
public com.google.protobuf.ByteString getLinksBytes(int index)
Required. An array of links to check for their associated LineageProcesses. The maximum number of items in this array is 100. If the request contains more than 100 links, it returns the `INVALID_ARGUMENT` error. Format: `projects/{project}/locations/{location}/links/{link}`.
repeated string links = 2 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getLinksBytes
in interfaceBatchSearchLinkProcessesRequestOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the links at the given index.
-
setLinks
public BatchSearchLinkProcessesRequest.Builder setLinks(int index, String value)
Required. An array of links to check for their associated LineageProcesses. The maximum number of items in this array is 100. If the request contains more than 100 links, it returns the `INVALID_ARGUMENT` error. Format: `projects/{project}/locations/{location}/links/{link}`.
repeated string links = 2 [(.google.api.field_behavior) = REQUIRED];
- Parameters:
index
- The index to set the value at.value
- The links to set.- Returns:
- This builder for chaining.
-
addLinks
public BatchSearchLinkProcessesRequest.Builder addLinks(String value)
Required. An array of links to check for their associated LineageProcesses. The maximum number of items in this array is 100. If the request contains more than 100 links, it returns the `INVALID_ARGUMENT` error. Format: `projects/{project}/locations/{location}/links/{link}`.
repeated string links = 2 [(.google.api.field_behavior) = REQUIRED];
- Parameters:
value
- The links to add.- Returns:
- This builder for chaining.
-
addAllLinks
public BatchSearchLinkProcessesRequest.Builder addAllLinks(Iterable<String> values)
Required. An array of links to check for their associated LineageProcesses. The maximum number of items in this array is 100. If the request contains more than 100 links, it returns the `INVALID_ARGUMENT` error. Format: `projects/{project}/locations/{location}/links/{link}`.
repeated string links = 2 [(.google.api.field_behavior) = REQUIRED];
- Parameters:
values
- The links to add.- Returns:
- This builder for chaining.
-
clearLinks
public BatchSearchLinkProcessesRequest.Builder clearLinks()
Required. An array of links to check for their associated LineageProcesses. The maximum number of items in this array is 100. If the request contains more than 100 links, it returns the `INVALID_ARGUMENT` error. Format: `projects/{project}/locations/{location}/links/{link}`.
repeated string links = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- This builder for chaining.
-
addLinksBytes
public BatchSearchLinkProcessesRequest.Builder addLinksBytes(com.google.protobuf.ByteString value)
Required. An array of links to check for their associated LineageProcesses. The maximum number of items in this array is 100. If the request contains more than 100 links, it returns the `INVALID_ARGUMENT` error. Format: `projects/{project}/locations/{location}/links/{link}`.
repeated string links = 2 [(.google.api.field_behavior) = REQUIRED];
- Parameters:
value
- The bytes of the links to add.- Returns:
- This builder for chaining.
-
getPageSize
public int getPageSize()
The maximum number of processes to return in a single page of the response. A page may contain fewer results than this value.
int32 page_size = 3;
- Specified by:
getPageSize
in interfaceBatchSearchLinkProcessesRequestOrBuilder
- Returns:
- The pageSize.
-
setPageSize
public BatchSearchLinkProcessesRequest.Builder setPageSize(int value)
The maximum number of processes to return in a single page of the response. A page may contain fewer results than this value.
int32 page_size = 3;
- Parameters:
value
- The pageSize to set.- Returns:
- This builder for chaining.
-
clearPageSize
public BatchSearchLinkProcessesRequest.Builder clearPageSize()
The maximum number of processes to return in a single page of the response. A page may contain fewer results than this value.
int32 page_size = 3;
- Returns:
- This builder for chaining.
-
getPageToken
public String getPageToken()
The page token received from a previous `BatchSearchLinkProcesses` call. Use it to get the next page. When requesting subsequent pages of a response, remember that all parameters must match the values you provided in the original request.
string page_token = 4;
- Specified by:
getPageToken
in interfaceBatchSearchLinkProcessesRequestOrBuilder
- Returns:
- The pageToken.
-
getPageTokenBytes
public com.google.protobuf.ByteString getPageTokenBytes()
The page token received from a previous `BatchSearchLinkProcesses` call. Use it to get the next page. When requesting subsequent pages of a response, remember that all parameters must match the values you provided in the original request.
string page_token = 4;
- Specified by:
getPageTokenBytes
in interfaceBatchSearchLinkProcessesRequestOrBuilder
- Returns:
- The bytes for pageToken.
-
setPageToken
public BatchSearchLinkProcessesRequest.Builder setPageToken(String value)
The page token received from a previous `BatchSearchLinkProcesses` call. Use it to get the next page. When requesting subsequent pages of a response, remember that all parameters must match the values you provided in the original request.
string page_token = 4;
- Parameters:
value
- The pageToken to set.- Returns:
- This builder for chaining.
-
clearPageToken
public BatchSearchLinkProcessesRequest.Builder clearPageToken()
The page token received from a previous `BatchSearchLinkProcesses` call. Use it to get the next page. When requesting subsequent pages of a response, remember that all parameters must match the values you provided in the original request.
string page_token = 4;
- Returns:
- This builder for chaining.
-
setPageTokenBytes
public BatchSearchLinkProcessesRequest.Builder setPageTokenBytes(com.google.protobuf.ByteString value)
The page token received from a previous `BatchSearchLinkProcesses` call. Use it to get the next page. When requesting subsequent pages of a response, remember that all parameters must match the values you provided in the original request.
string page_token = 4;
- Parameters:
value
- The bytes for pageToken to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final BatchSearchLinkProcessesRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<BatchSearchLinkProcessesRequest.Builder>
-
mergeUnknownFields
public final BatchSearchLinkProcessesRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<BatchSearchLinkProcessesRequest.Builder>
-
-