public static final class ListConnectionsRequest.Builder extends GeneratedMessageV3.Builder<ListConnectionsRequest.Builder> implements ListConnectionsRequestOrBuilderRequest message for ListConnections.
Protobuf type google.privacy.dlp.v2.ListConnectionsRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListConnectionsRequest.BuilderImplements
ListConnectionsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListConnectionsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
|
build()
public ListConnectionsRequest build()| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest |
|
buildPartial()
public ListConnectionsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest |
|
clear()
public ListConnectionsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
|
clearField(Descriptors.FieldDescriptor field)
public ListConnectionsRequest.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
|
clearFilter()
public ListConnectionsRequest.Builder clearFilter() Optional. Supported field/value: state - MISSING|AVAILABLE|ERROR
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListConnectionsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
|
clearPageSize()
public ListConnectionsRequest.Builder clearPageSize()Optional. Number of results per page, max 1000.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListConnectionsRequest.Builder clearPageToken()Optional. Page token from a previous page to return the next set of results. If set, all other request fields must match the original request.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
This builder for chaining. |
clearParent()
public ListConnectionsRequest.Builder clearParent() Required. Resource name of the organization or project, for
example, organizations/433245324/locations/europe or
projects/project-id/locations/asia.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
This builder for chaining. |
clone()
public ListConnectionsRequest.Builder clone()| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
|
getDefaultInstanceForType()
public ListConnectionsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFilter()
public String getFilter() Optional. Supported field/value: state - MISSING|AVAILABLE|ERROR
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
public ByteString getFilterBytes() Optional. Supported field/value: state - MISSING|AVAILABLE|ERROR
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
getPageSize()
public int getPageSize()Optional. Number of results per page, max 1000.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken()Optional. Page token from a previous page to return the next set of results. If set, all other request fields must match the original request.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()Optional. Page token from a previous page to return the next set of results. If set, all other request fields must match the original request.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent() Required. Resource name of the organization or project, for
example, organizations/433245324/locations/europe or
projects/project-id/locations/asia.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes() Required. Resource name of the organization or project, for
example, organizations/433245324/locations/europe or
projects/project-id/locations/asia.
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(ListConnectionsRequest other)
public ListConnectionsRequest.Builder mergeFrom(ListConnectionsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListConnectionsRequest |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListConnectionsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListConnectionsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListConnectionsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
public ListConnectionsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
|
setFilter(String value)
public ListConnectionsRequest.Builder setFilter(String value) Optional. Supported field/value: state - MISSING|AVAILABLE|ERROR
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
This builder for chaining. |
setFilterBytes(ByteString value)
public ListConnectionsRequest.Builder setFilterBytes(ByteString value) Optional. Supported field/value: state - MISSING|AVAILABLE|ERROR
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
This builder for chaining. |
setPageSize(int value)
public ListConnectionsRequest.Builder setPageSize(int value)Optional. Number of results per page, max 1000.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListConnectionsRequest.Builder setPageToken(String value)Optional. Page token from a previous page to return the next set of results. If set, all other request fields must match the original request.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListConnectionsRequest.Builder setPageTokenBytes(ByteString value)Optional. Page token from a previous page to return the next set of results. If set, all other request fields must match the original request.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListConnectionsRequest.Builder setParent(String value) Required. Resource name of the organization or project, for
example, organizations/433245324/locations/europe or
projects/project-id/locations/asia.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListConnectionsRequest.Builder setParentBytes(ByteString value) Required. Resource name of the organization or project, for
example, organizations/433245324/locations/europe or
projects/project-id/locations/asia.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListConnectionsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final ListConnectionsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsRequest.Builder |
|