public static final class ListFirewallEndpointAssociationsRequest.Builder extends GeneratedMessage.Builder<ListFirewallEndpointAssociationsRequest.Builder> implements ListFirewallEndpointAssociationsRequestOrBuilderMessage for requesting list of Associations
Protobuf type google.cloud.networksecurity.v1.ListFirewallEndpointAssociationsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListFirewallEndpointAssociationsRequest.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListFirewallEndpointAssociationsRequest build()| Returns | |
|---|---|
| Type | Description |
ListFirewallEndpointAssociationsRequest |
|
buildPartial()
public ListFirewallEndpointAssociationsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListFirewallEndpointAssociationsRequest |
|
clear()
public ListFirewallEndpointAssociationsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListFirewallEndpointAssociationsRequest.Builder |
|
clearFilter()
public ListFirewallEndpointAssociationsRequest.Builder clearFilter()Optional. Filtering results
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListFirewallEndpointAssociationsRequest.Builder |
This builder for chaining. |
clearOrderBy()
public ListFirewallEndpointAssociationsRequest.Builder clearOrderBy()Hint for how to order the results
string order_by = 5;
| Returns | |
|---|---|
| Type | Description |
ListFirewallEndpointAssociationsRequest.Builder |
This builder for chaining. |
clearPageSize()
public ListFirewallEndpointAssociationsRequest.Builder clearPageSize()Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListFirewallEndpointAssociationsRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListFirewallEndpointAssociationsRequest.Builder clearPageToken()A token identifying a page of results the server should return.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ListFirewallEndpointAssociationsRequest.Builder |
This builder for chaining. |
clearParent()
public ListFirewallEndpointAssociationsRequest.Builder clearParent()Required. Parent value for ListAssociationsRequest
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListFirewallEndpointAssociationsRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListFirewallEndpointAssociationsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListFirewallEndpointAssociationsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFilter()
public String getFilter()Optional. Filtering results
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
public ByteString getFilterBytes()Optional. Filtering results
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
getOrderBy()
public String getOrderBy()Hint for how to order the results
string order_by = 5;
| Returns | |
|---|---|
| Type | Description |
String |
The orderBy. |
getOrderByBytes()
public ByteString getOrderByBytes()Hint for how to order the results
string order_by = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for orderBy. |
getPageSize()
public int getPageSize()Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken()A token identifying a page of results the server should return.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()A token identifying a page of results the server should return.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent()Required. Parent value for ListAssociationsRequest
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()Required. Parent value for ListAssociationsRequest
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListFirewallEndpointAssociationsRequest other)
public ListFirewallEndpointAssociationsRequest.Builder mergeFrom(ListFirewallEndpointAssociationsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListFirewallEndpointAssociationsRequest |
| Returns | |
|---|---|
| Type | Description |
ListFirewallEndpointAssociationsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListFirewallEndpointAssociationsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListFirewallEndpointAssociationsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListFirewallEndpointAssociationsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListFirewallEndpointAssociationsRequest.Builder |
|
setFilter(String value)
public ListFirewallEndpointAssociationsRequest.Builder setFilter(String value)Optional. Filtering results
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListFirewallEndpointAssociationsRequest.Builder |
This builder for chaining. |
setFilterBytes(ByteString value)
public ListFirewallEndpointAssociationsRequest.Builder setFilterBytes(ByteString value)Optional. Filtering results
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListFirewallEndpointAssociationsRequest.Builder |
This builder for chaining. |
setOrderBy(String value)
public ListFirewallEndpointAssociationsRequest.Builder setOrderBy(String value)Hint for how to order the results
string order_by = 5;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe orderBy to set. |
| Returns | |
|---|---|
| Type | Description |
ListFirewallEndpointAssociationsRequest.Builder |
This builder for chaining. |
setOrderByBytes(ByteString value)
public ListFirewallEndpointAssociationsRequest.Builder setOrderByBytes(ByteString value)Hint for how to order the results
string order_by = 5;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for orderBy to set. |
| Returns | |
|---|---|
| Type | Description |
ListFirewallEndpointAssociationsRequest.Builder |
This builder for chaining. |
setPageSize(int value)
public ListFirewallEndpointAssociationsRequest.Builder setPageSize(int value)Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListFirewallEndpointAssociationsRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListFirewallEndpointAssociationsRequest.Builder setPageToken(String value)A token identifying a page of results the server should return.
string page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListFirewallEndpointAssociationsRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListFirewallEndpointAssociationsRequest.Builder setPageTokenBytes(ByteString value)A token identifying a page of results the server should return.
string page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListFirewallEndpointAssociationsRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListFirewallEndpointAssociationsRequest.Builder setParent(String value)Required. Parent value for ListAssociationsRequest
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListFirewallEndpointAssociationsRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListFirewallEndpointAssociationsRequest.Builder setParentBytes(ByteString value)Required. Parent value for ListAssociationsRequest
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 |
ListFirewallEndpointAssociationsRequest.Builder |
This builder for chaining. |