- 0.53.0 (latest)
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.46.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.38.0
- 0.36.0
- 0.35.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class ListInterconnectsRequest.Builder extends GeneratedMessage.Builder<ListInterconnectsRequest.Builder> implements ListInterconnectsRequestOrBuilderMessage for requesting list of Interconnects
Protobuf type google.cloud.edgenetwork.v1.ListInterconnectsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListInterconnectsRequest.BuilderImplements
ListInterconnectsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListInterconnectsRequest build()| Returns | |
|---|---|
| Type | Description |
ListInterconnectsRequest |
|
buildPartial()
public ListInterconnectsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListInterconnectsRequest |
|
clear()
public ListInterconnectsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListInterconnectsRequest.Builder |
|
clearFilter()
public ListInterconnectsRequest.Builder clearFilter()Filtering results
string filter = 4;
| Returns | |
|---|---|
| Type | Description |
ListInterconnectsRequest.Builder |
This builder for chaining. |
clearOrderBy()
public ListInterconnectsRequest.Builder clearOrderBy()Hint for how to order the results
string order_by = 5;
| Returns | |
|---|---|
| Type | Description |
ListInterconnectsRequest.Builder |
This builder for chaining. |
clearPageSize()
public ListInterconnectsRequest.Builder clearPageSize()Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
ListInterconnectsRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListInterconnectsRequest.Builder clearPageToken()A token identifying a page of results the server should return.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ListInterconnectsRequest.Builder |
This builder for chaining. |
clearParent()
public ListInterconnectsRequest.Builder clearParent()Required. Parent value for ListInterconnectsRequest
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListInterconnectsRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListInterconnectsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListInterconnectsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFilter()
public String getFilter()Filtering results
string filter = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
public ByteString getFilterBytes()Filtering results
string filter = 4;
| 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()Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
int32 page_size = 2;
| 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 ListInterconnectsRequest
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 ListInterconnectsRequest
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(ListInterconnectsRequest other)
public ListInterconnectsRequest.Builder mergeFrom(ListInterconnectsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListInterconnectsRequest |
| Returns | |
|---|---|
| Type | Description |
ListInterconnectsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListInterconnectsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListInterconnectsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListInterconnectsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListInterconnectsRequest.Builder |
|
setFilter(String value)
public ListInterconnectsRequest.Builder setFilter(String value)Filtering results
string filter = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListInterconnectsRequest.Builder |
This builder for chaining. |
setFilterBytes(ByteString value)
public ListInterconnectsRequest.Builder setFilterBytes(ByteString value)Filtering results
string filter = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListInterconnectsRequest.Builder |
This builder for chaining. |
setOrderBy(String value)
public ListInterconnectsRequest.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 |
ListInterconnectsRequest.Builder |
This builder for chaining. |
setOrderByBytes(ByteString value)
public ListInterconnectsRequest.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 |
ListInterconnectsRequest.Builder |
This builder for chaining. |
setPageSize(int value)
public ListInterconnectsRequest.Builder setPageSize(int value)Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
int32 page_size = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListInterconnectsRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListInterconnectsRequest.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 |
ListInterconnectsRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListInterconnectsRequest.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 |
ListInterconnectsRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListInterconnectsRequest.Builder setParent(String value)Required. Parent value for ListInterconnectsRequest
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListInterconnectsRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListInterconnectsRequest.Builder setParentBytes(ByteString value)Required. Parent value for ListInterconnectsRequest
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 |
ListInterconnectsRequest.Builder |
This builder for chaining. |