- 0.75.0 (latest)
- 0.73.0
- 0.72.0
- 0.71.0
- 0.70.0
- 0.69.0
- 0.67.0
- 0.65.0
- 0.64.0
- 0.61.0
- 0.60.0
- 0.59.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.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.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class ListVpnConnectionsRequest.Builder extends GeneratedMessageV3.Builder<ListVpnConnectionsRequest.Builder> implements ListVpnConnectionsRequestOrBuilderLists VPN connections.
Protobuf type google.cloud.edgecontainer.v1.ListVpnConnectionsRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListVpnConnectionsRequest.BuilderImplements
ListVpnConnectionsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListVpnConnectionsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ListVpnConnectionsRequest.Builder |
build()
public ListVpnConnectionsRequest build()| Type | Description |
| ListVpnConnectionsRequest |
buildPartial()
public ListVpnConnectionsRequest buildPartial()| Type | Description |
| ListVpnConnectionsRequest |
clear()
public ListVpnConnectionsRequest.Builder clear()| Type | Description |
| ListVpnConnectionsRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListVpnConnectionsRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| ListVpnConnectionsRequest.Builder |
clearFilter()
public ListVpnConnectionsRequest.Builder clearFilter()Only resources matching this filter will be listed.
string filter = 4;
| Type | Description |
| ListVpnConnectionsRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListVpnConnectionsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| ListVpnConnectionsRequest.Builder |
clearOrderBy()
public ListVpnConnectionsRequest.Builder clearOrderBy()Specifies the order in which resources will be listed.
string order_by = 5;
| Type | Description |
| ListVpnConnectionsRequest.Builder | This builder for chaining. |
clearPageSize()
public ListVpnConnectionsRequest.Builder clearPageSize()The maximum number of resources to list.
int32 page_size = 2;
| Type | Description |
| ListVpnConnectionsRequest.Builder | This builder for chaining. |
clearPageToken()
public ListVpnConnectionsRequest.Builder clearPageToken()A page token received from previous list request.
string page_token = 3;
| Type | Description |
| ListVpnConnectionsRequest.Builder | This builder for chaining. |
clearParent()
public ListVpnConnectionsRequest.Builder clearParent()Required. The parent location, which owns this collection of VPN connections.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ListVpnConnectionsRequest.Builder | This builder for chaining. |
clone()
public ListVpnConnectionsRequest.Builder clone()| Type | Description |
| ListVpnConnectionsRequest.Builder |
getDefaultInstanceForType()
public ListVpnConnectionsRequest getDefaultInstanceForType()| Type | Description |
| ListVpnConnectionsRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getFilter()
public String getFilter()Only resources matching this filter will be listed.
string filter = 4;
| Type | Description |
| String | The filter. |
getFilterBytes()
public ByteString getFilterBytes()Only resources matching this filter will be listed.
string filter = 4;
| Type | Description |
| ByteString | The bytes for filter. |
getOrderBy()
public String getOrderBy()Specifies the order in which resources will be listed.
string order_by = 5;
| Type | Description |
| String | The orderBy. |
getOrderByBytes()
public ByteString getOrderByBytes()Specifies the order in which resources will be listed.
string order_by = 5;
| Type | Description |
| ByteString | The bytes for orderBy. |
getPageSize()
public int getPageSize()The maximum number of resources to list.
int32 page_size = 2;
| Type | Description |
| int | The pageSize. |
getPageToken()
public String getPageToken()A page token received from previous list request.
string page_token = 3;
| Type | Description |
| String | The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()A page token received from previous list request.
string page_token = 3;
| Type | Description |
| ByteString | The bytes for pageToken. |
getParent()
public String getParent()Required. The parent location, which owns this collection of VPN connections.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public ByteString getParentBytes()Required. The parent location, which owns this collection of VPN connections.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(ListVpnConnectionsRequest other)
public ListVpnConnectionsRequest.Builder mergeFrom(ListVpnConnectionsRequest other)| Name | Description |
| other | ListVpnConnectionsRequest |
| Type | Description |
| ListVpnConnectionsRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListVpnConnectionsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| ListVpnConnectionsRequest.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public ListVpnConnectionsRequest.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| ListVpnConnectionsRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListVpnConnectionsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ListVpnConnectionsRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListVpnConnectionsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ListVpnConnectionsRequest.Builder |
setFilter(String value)
public ListVpnConnectionsRequest.Builder setFilter(String value)Only resources matching this filter will be listed.
string filter = 4;
| Name | Description |
| value | StringThe filter to set. |
| Type | Description |
| ListVpnConnectionsRequest.Builder | This builder for chaining. |
setFilterBytes(ByteString value)
public ListVpnConnectionsRequest.Builder setFilterBytes(ByteString value)Only resources matching this filter will be listed.
string filter = 4;
| Name | Description |
| value | ByteStringThe bytes for filter to set. |
| Type | Description |
| ListVpnConnectionsRequest.Builder | This builder for chaining. |
setOrderBy(String value)
public ListVpnConnectionsRequest.Builder setOrderBy(String value)Specifies the order in which resources will be listed.
string order_by = 5;
| Name | Description |
| value | StringThe orderBy to set. |
| Type | Description |
| ListVpnConnectionsRequest.Builder | This builder for chaining. |
setOrderByBytes(ByteString value)
public ListVpnConnectionsRequest.Builder setOrderByBytes(ByteString value)Specifies the order in which resources will be listed.
string order_by = 5;
| Name | Description |
| value | ByteStringThe bytes for orderBy to set. |
| Type | Description |
| ListVpnConnectionsRequest.Builder | This builder for chaining. |
setPageSize(int value)
public ListVpnConnectionsRequest.Builder setPageSize(int value)The maximum number of resources to list.
int32 page_size = 2;
| Name | Description |
| value | intThe pageSize to set. |
| Type | Description |
| ListVpnConnectionsRequest.Builder | This builder for chaining. |
setPageToken(String value)
public ListVpnConnectionsRequest.Builder setPageToken(String value)A page token received from previous list request.
string page_token = 3;
| Name | Description |
| value | StringThe pageToken to set. |
| Type | Description |
| ListVpnConnectionsRequest.Builder | This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListVpnConnectionsRequest.Builder setPageTokenBytes(ByteString value)A page token received from previous list request.
string page_token = 3;
| Name | Description |
| value | ByteStringThe bytes for pageToken to set. |
| Type | Description |
| ListVpnConnectionsRequest.Builder | This builder for chaining. |
setParent(String value)
public ListVpnConnectionsRequest.Builder setParent(String value)Required. The parent location, which owns this collection of VPN connections.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Name | Description |
| value | StringThe parent to set. |
| Type | Description |
| ListVpnConnectionsRequest.Builder | This builder for chaining. |
setParentBytes(ByteString value)
public ListVpnConnectionsRequest.Builder setParentBytes(ByteString value)Required. The parent location, which owns this collection of VPN connections.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Name | Description |
| value | ByteStringThe bytes for parent to set. |
| Type | Description |
| ListVpnConnectionsRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListVpnConnectionsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| ListVpnConnectionsRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListVpnConnectionsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ListVpnConnectionsRequest.Builder |