Uses of Class
com.google.cloud.compute.v1.VmEndpointNatMappings
-
Packages that use VmEndpointNatMappings Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of VmEndpointNatMappings in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return VmEndpointNatMappings Modifier and Type Method Description VmEndpointNatMappings
VmEndpointNatMappings.Builder. build()
VmEndpointNatMappings
VmEndpointNatMappings.Builder. buildPartial()
static VmEndpointNatMappings
VmEndpointNatMappings. getDefaultInstance()
VmEndpointNatMappings
VmEndpointNatMappings.Builder. getDefaultInstanceForType()
VmEndpointNatMappings
VmEndpointNatMappings. getDefaultInstanceForType()
VmEndpointNatMappings
VmEndpointNatMappingsList.Builder. getResult(int index)
[Output Only] A list of Nat mapping information of VM endpoints.VmEndpointNatMappings
VmEndpointNatMappingsList. getResult(int index)
[Output Only] A list of Nat mapping information of VM endpoints.VmEndpointNatMappings
VmEndpointNatMappingsListOrBuilder. getResult(int index)
[Output Only] A list of Nat mapping information of VM endpoints.static VmEndpointNatMappings
VmEndpointNatMappings. parseDelimitedFrom(InputStream input)
static VmEndpointNatMappings
VmEndpointNatMappings. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VmEndpointNatMappings
VmEndpointNatMappings. parseFrom(byte[] data)
static VmEndpointNatMappings
VmEndpointNatMappings. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VmEndpointNatMappings
VmEndpointNatMappings. parseFrom(com.google.protobuf.ByteString data)
static VmEndpointNatMappings
VmEndpointNatMappings. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VmEndpointNatMappings
VmEndpointNatMappings. parseFrom(com.google.protobuf.CodedInputStream input)
static VmEndpointNatMappings
VmEndpointNatMappings. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VmEndpointNatMappings
VmEndpointNatMappings. parseFrom(InputStream input)
static VmEndpointNatMappings
VmEndpointNatMappings. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VmEndpointNatMappings
VmEndpointNatMappings. parseFrom(ByteBuffer data)
static VmEndpointNatMappings
VmEndpointNatMappings. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type VmEndpointNatMappings Modifier and Type Method Description com.google.protobuf.Parser<VmEndpointNatMappings>
VmEndpointNatMappings. getParserForType()
List<VmEndpointNatMappings>
VmEndpointNatMappingsList.Builder. getResultList()
[Output Only] A list of Nat mapping information of VM endpoints.List<VmEndpointNatMappings>
VmEndpointNatMappingsList. getResultList()
[Output Only] A list of Nat mapping information of VM endpoints.List<VmEndpointNatMappings>
VmEndpointNatMappingsListOrBuilder. getResultList()
[Output Only] A list of Nat mapping information of VM endpoints.static com.google.protobuf.Parser<VmEndpointNatMappings>
VmEndpointNatMappings. parser()
Methods in com.google.cloud.compute.v1 with parameters of type VmEndpointNatMappings Modifier and Type Method Description VmEndpointNatMappingsList.Builder
VmEndpointNatMappingsList.Builder. addResult(int index, VmEndpointNatMappings value)
[Output Only] A list of Nat mapping information of VM endpoints.VmEndpointNatMappingsList.Builder
VmEndpointNatMappingsList.Builder. addResult(VmEndpointNatMappings value)
[Output Only] A list of Nat mapping information of VM endpoints.VmEndpointNatMappings.Builder
VmEndpointNatMappings.Builder. mergeFrom(VmEndpointNatMappings other)
static VmEndpointNatMappings.Builder
VmEndpointNatMappings. newBuilder(VmEndpointNatMappings prototype)
VmEndpointNatMappingsList.Builder
VmEndpointNatMappingsList.Builder. setResult(int index, VmEndpointNatMappings value)
[Output Only] A list of Nat mapping information of VM endpoints.Method parameters in com.google.cloud.compute.v1 with type arguments of type VmEndpointNatMappings Modifier and Type Method Description VmEndpointNatMappingsList.Builder
VmEndpointNatMappingsList.Builder. addAllResult(Iterable<? extends VmEndpointNatMappings> values)
[Output Only] A list of Nat mapping information of VM endpoints.static com.google.api.core.ApiFuture<RoutersClient.GetNatMappingInfoPagedResponse>
RoutersClient.GetNatMappingInfoPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<GetNatMappingInfoRoutersRequest,VmEndpointNatMappingsList,VmEndpointNatMappings> context, com.google.api.core.ApiFuture<VmEndpointNatMappingsList> futureResponse)
protected RoutersClient.GetNatMappingInfoPage
RoutersClient.GetNatMappingInfoPage. createPage(com.google.api.gax.rpc.PageContext<GetNatMappingInfoRoutersRequest,VmEndpointNatMappingsList,VmEndpointNatMappings> context, VmEndpointNatMappingsList response)
com.google.api.core.ApiFuture<RoutersClient.GetNatMappingInfoPage>
RoutersClient.GetNatMappingInfoPage. createPageAsync(com.google.api.gax.rpc.PageContext<GetNatMappingInfoRoutersRequest,VmEndpointNatMappingsList,VmEndpointNatMappings> context, com.google.api.core.ApiFuture<VmEndpointNatMappingsList> futureResponse)
-