- 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 ListVpnConnectionsResponse.Builder extends GeneratedMessageV3.Builder<ListVpnConnectionsResponse.Builder> implements ListVpnConnectionsResponseOrBuilderList of VPN connections in a location.
Protobuf type google.cloud.edgecontainer.v1.ListVpnConnectionsResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListVpnConnectionsResponse.BuilderImplements
ListVpnConnectionsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addAllUnreachable(Iterable<String> values)
public ListVpnConnectionsResponse.Builder addAllUnreachable(Iterable<String> values)Locations that could not be reached.
repeated string unreachable = 3;
| Name | Description |
| values | Iterable<String>The unreachable to add. |
| Type | Description |
| ListVpnConnectionsResponse.Builder | This builder for chaining. |
addAllVpnConnections(Iterable<? extends VpnConnection> values)
public ListVpnConnectionsResponse.Builder addAllVpnConnections(Iterable<? extends VpnConnection> values)VpnConnections in the location.
repeated .google.cloud.edgecontainer.v1.VpnConnection vpn_connections = 1;
| Name | Description |
| values | Iterable<? extends com.google.cloud.edgecontainer.v1.VpnConnection> |
| Type | Description |
| ListVpnConnectionsResponse.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListVpnConnectionsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ListVpnConnectionsResponse.Builder |
addUnreachable(String value)
public ListVpnConnectionsResponse.Builder addUnreachable(String value)Locations that could not be reached.
repeated string unreachable = 3;
| Name | Description |
| value | StringThe unreachable to add. |
| Type | Description |
| ListVpnConnectionsResponse.Builder | This builder for chaining. |
addUnreachableBytes(ByteString value)
public ListVpnConnectionsResponse.Builder addUnreachableBytes(ByteString value)Locations that could not be reached.
repeated string unreachable = 3;
| Name | Description |
| value | ByteStringThe bytes of the unreachable to add. |
| Type | Description |
| ListVpnConnectionsResponse.Builder | This builder for chaining. |
addVpnConnections(VpnConnection value)
public ListVpnConnectionsResponse.Builder addVpnConnections(VpnConnection value)VpnConnections in the location.
repeated .google.cloud.edgecontainer.v1.VpnConnection vpn_connections = 1;
| Name | Description |
| value | VpnConnection |
| Type | Description |
| ListVpnConnectionsResponse.Builder |
addVpnConnections(VpnConnection.Builder builderForValue)
public ListVpnConnectionsResponse.Builder addVpnConnections(VpnConnection.Builder builderForValue)VpnConnections in the location.
repeated .google.cloud.edgecontainer.v1.VpnConnection vpn_connections = 1;
| Name | Description |
| builderForValue | VpnConnection.Builder |
| Type | Description |
| ListVpnConnectionsResponse.Builder |
addVpnConnections(int index, VpnConnection value)
public ListVpnConnectionsResponse.Builder addVpnConnections(int index, VpnConnection value)VpnConnections in the location.
repeated .google.cloud.edgecontainer.v1.VpnConnection vpn_connections = 1;
| Name | Description |
| index | int |
| value | VpnConnection |
| Type | Description |
| ListVpnConnectionsResponse.Builder |
addVpnConnections(int index, VpnConnection.Builder builderForValue)
public ListVpnConnectionsResponse.Builder addVpnConnections(int index, VpnConnection.Builder builderForValue)VpnConnections in the location.
repeated .google.cloud.edgecontainer.v1.VpnConnection vpn_connections = 1;
| Name | Description |
| index | int |
| builderForValue | VpnConnection.Builder |
| Type | Description |
| ListVpnConnectionsResponse.Builder |
addVpnConnectionsBuilder()
public VpnConnection.Builder addVpnConnectionsBuilder()VpnConnections in the location.
repeated .google.cloud.edgecontainer.v1.VpnConnection vpn_connections = 1;
| Type | Description |
| VpnConnection.Builder |
addVpnConnectionsBuilder(int index)
public VpnConnection.Builder addVpnConnectionsBuilder(int index)VpnConnections in the location.
repeated .google.cloud.edgecontainer.v1.VpnConnection vpn_connections = 1;
| Name | Description |
| index | int |
| Type | Description |
| VpnConnection.Builder |
build()
public ListVpnConnectionsResponse build()| Type | Description |
| ListVpnConnectionsResponse |
buildPartial()
public ListVpnConnectionsResponse buildPartial()| Type | Description |
| ListVpnConnectionsResponse |
clear()
public ListVpnConnectionsResponse.Builder clear()| Type | Description |
| ListVpnConnectionsResponse.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListVpnConnectionsResponse.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| ListVpnConnectionsResponse.Builder |
clearNextPageToken()
public ListVpnConnectionsResponse.Builder clearNextPageToken()A token to retrieve next page of results.
string next_page_token = 2;
| Type | Description |
| ListVpnConnectionsResponse.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListVpnConnectionsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| ListVpnConnectionsResponse.Builder |
clearUnreachable()
public ListVpnConnectionsResponse.Builder clearUnreachable()Locations that could not be reached.
repeated string unreachable = 3;
| Type | Description |
| ListVpnConnectionsResponse.Builder | This builder for chaining. |
clearVpnConnections()
public ListVpnConnectionsResponse.Builder clearVpnConnections()VpnConnections in the location.
repeated .google.cloud.edgecontainer.v1.VpnConnection vpn_connections = 1;
| Type | Description |
| ListVpnConnectionsResponse.Builder |
clone()
public ListVpnConnectionsResponse.Builder clone()| Type | Description |
| ListVpnConnectionsResponse.Builder |
getDefaultInstanceForType()
public ListVpnConnectionsResponse getDefaultInstanceForType()| Type | Description |
| ListVpnConnectionsResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getNextPageToken()
public String getNextPageToken()A token to retrieve next page of results.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()A token to retrieve next page of results.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |
getUnreachable(int index)
public String getUnreachable(int index)Locations that could not be reached.
repeated string unreachable = 3;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The unreachable at the given index. |
getUnreachableBytes(int index)
public ByteString getUnreachableBytes(int index)Locations that could not be reached.
repeated string unreachable = 3;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the unreachable at the given index. |
getUnreachableCount()
public int getUnreachableCount()Locations that could not be reached.
repeated string unreachable = 3;
| Type | Description |
| int | The count of unreachable. |
getUnreachableList()
public ProtocolStringList getUnreachableList()Locations that could not be reached.
repeated string unreachable = 3;
| Type | Description |
| ProtocolStringList | A list containing the unreachable. |
getVpnConnections(int index)
public VpnConnection getVpnConnections(int index)VpnConnections in the location.
repeated .google.cloud.edgecontainer.v1.VpnConnection vpn_connections = 1;
| Name | Description |
| index | int |
| Type | Description |
| VpnConnection |
getVpnConnectionsBuilder(int index)
public VpnConnection.Builder getVpnConnectionsBuilder(int index)VpnConnections in the location.
repeated .google.cloud.edgecontainer.v1.VpnConnection vpn_connections = 1;
| Name | Description |
| index | int |
| Type | Description |
| VpnConnection.Builder |
getVpnConnectionsBuilderList()
public List<VpnConnection.Builder> getVpnConnectionsBuilderList()VpnConnections in the location.
repeated .google.cloud.edgecontainer.v1.VpnConnection vpn_connections = 1;
| Type | Description |
| List<Builder> |
getVpnConnectionsCount()
public int getVpnConnectionsCount()VpnConnections in the location.
repeated .google.cloud.edgecontainer.v1.VpnConnection vpn_connections = 1;
| Type | Description |
| int |
getVpnConnectionsList()
public List<VpnConnection> getVpnConnectionsList()VpnConnections in the location.
repeated .google.cloud.edgecontainer.v1.VpnConnection vpn_connections = 1;
| Type | Description |
| List<VpnConnection> |
getVpnConnectionsOrBuilder(int index)
public VpnConnectionOrBuilder getVpnConnectionsOrBuilder(int index)VpnConnections in the location.
repeated .google.cloud.edgecontainer.v1.VpnConnection vpn_connections = 1;
| Name | Description |
| index | int |
| Type | Description |
| VpnConnectionOrBuilder |
getVpnConnectionsOrBuilderList()
public List<? extends VpnConnectionOrBuilder> getVpnConnectionsOrBuilderList()VpnConnections in the location.
repeated .google.cloud.edgecontainer.v1.VpnConnection vpn_connections = 1;
| Type | Description |
| List<? extends com.google.cloud.edgecontainer.v1.VpnConnectionOrBuilder> |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(ListVpnConnectionsResponse other)
public ListVpnConnectionsResponse.Builder mergeFrom(ListVpnConnectionsResponse other)| Name | Description |
| other | ListVpnConnectionsResponse |
| Type | Description |
| ListVpnConnectionsResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListVpnConnectionsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| ListVpnConnectionsResponse.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public ListVpnConnectionsResponse.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| ListVpnConnectionsResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListVpnConnectionsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ListVpnConnectionsResponse.Builder |
removeVpnConnections(int index)
public ListVpnConnectionsResponse.Builder removeVpnConnections(int index)VpnConnections in the location.
repeated .google.cloud.edgecontainer.v1.VpnConnection vpn_connections = 1;
| Name | Description |
| index | int |
| Type | Description |
| ListVpnConnectionsResponse.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListVpnConnectionsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ListVpnConnectionsResponse.Builder |
setNextPageToken(String value)
public ListVpnConnectionsResponse.Builder setNextPageToken(String value)A token to retrieve next page of results.
string next_page_token = 2;
| Name | Description |
| value | StringThe nextPageToken to set. |
| Type | Description |
| ListVpnConnectionsResponse.Builder | This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListVpnConnectionsResponse.Builder setNextPageTokenBytes(ByteString value)A token to retrieve next page of results.
string next_page_token = 2;
| Name | Description |
| value | ByteStringThe bytes for nextPageToken to set. |
| Type | Description |
| ListVpnConnectionsResponse.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListVpnConnectionsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| ListVpnConnectionsResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListVpnConnectionsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ListVpnConnectionsResponse.Builder |
setUnreachable(int index, String value)
public ListVpnConnectionsResponse.Builder setUnreachable(int index, String value)Locations that could not be reached.
repeated string unreachable = 3;
| Name | Description |
| index | intThe index to set the value at. |
| value | StringThe unreachable to set. |
| Type | Description |
| ListVpnConnectionsResponse.Builder | This builder for chaining. |
setVpnConnections(int index, VpnConnection value)
public ListVpnConnectionsResponse.Builder setVpnConnections(int index, VpnConnection value)VpnConnections in the location.
repeated .google.cloud.edgecontainer.v1.VpnConnection vpn_connections = 1;
| Name | Description |
| index | int |
| value | VpnConnection |
| Type | Description |
| ListVpnConnectionsResponse.Builder |
setVpnConnections(int index, VpnConnection.Builder builderForValue)
public ListVpnConnectionsResponse.Builder setVpnConnections(int index, VpnConnection.Builder builderForValue)VpnConnections in the location.
repeated .google.cloud.edgecontainer.v1.VpnConnection vpn_connections = 1;
| Name | Description |
| index | int |
| builderForValue | VpnConnection.Builder |
| Type | Description |
| ListVpnConnectionsResponse.Builder |