Uses of Class
com.google.cloud.compute.v1.GetNatMappingInfoRoutersRequest
-
Packages that use GetNatMappingInfoRoutersRequest Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of GetNatMappingInfoRoutersRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return GetNatMappingInfoRoutersRequest Modifier and Type Method Description GetNatMappingInfoRoutersRequest
GetNatMappingInfoRoutersRequest.Builder. build()
GetNatMappingInfoRoutersRequest
GetNatMappingInfoRoutersRequest.Builder. buildPartial()
static GetNatMappingInfoRoutersRequest
GetNatMappingInfoRoutersRequest. getDefaultInstance()
GetNatMappingInfoRoutersRequest
GetNatMappingInfoRoutersRequest.Builder. getDefaultInstanceForType()
GetNatMappingInfoRoutersRequest
GetNatMappingInfoRoutersRequest. getDefaultInstanceForType()
static GetNatMappingInfoRoutersRequest
GetNatMappingInfoRoutersRequest. parseDelimitedFrom(InputStream input)
static GetNatMappingInfoRoutersRequest
GetNatMappingInfoRoutersRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNatMappingInfoRoutersRequest
GetNatMappingInfoRoutersRequest. parseFrom(byte[] data)
static GetNatMappingInfoRoutersRequest
GetNatMappingInfoRoutersRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNatMappingInfoRoutersRequest
GetNatMappingInfoRoutersRequest. parseFrom(com.google.protobuf.ByteString data)
static GetNatMappingInfoRoutersRequest
GetNatMappingInfoRoutersRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNatMappingInfoRoutersRequest
GetNatMappingInfoRoutersRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetNatMappingInfoRoutersRequest
GetNatMappingInfoRoutersRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNatMappingInfoRoutersRequest
GetNatMappingInfoRoutersRequest. parseFrom(InputStream input)
static GetNatMappingInfoRoutersRequest
GetNatMappingInfoRoutersRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNatMappingInfoRoutersRequest
GetNatMappingInfoRoutersRequest. parseFrom(ByteBuffer data)
static GetNatMappingInfoRoutersRequest
GetNatMappingInfoRoutersRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type GetNatMappingInfoRoutersRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetNatMappingInfoRoutersRequest,VmEndpointNatMappingsList>
RoutersClient. getNatMappingInfoCallable()
Retrieves runtime Nat mapping information of VM endpoints.com.google.api.gax.rpc.UnaryCallable<GetNatMappingInfoRoutersRequest,RoutersClient.GetNatMappingInfoPagedResponse>
RoutersClient. getNatMappingInfoPagedCallable()
Retrieves runtime Nat mapping information of VM endpoints.com.google.api.gax.rpc.PagedCallSettings.Builder<GetNatMappingInfoRoutersRequest,VmEndpointNatMappingsList,RoutersClient.GetNatMappingInfoPagedResponse>
RoutersSettings.Builder. getNatMappingInfoSettings()
Returns the builder for the settings used for calls to getNatMappingInfo.com.google.api.gax.rpc.PagedCallSettings<GetNatMappingInfoRoutersRequest,VmEndpointNatMappingsList,RoutersClient.GetNatMappingInfoPagedResponse>
RoutersSettings. getNatMappingInfoSettings()
Returns the object with the settings used for calls to getNatMappingInfo.com.google.protobuf.Parser<GetNatMappingInfoRoutersRequest>
GetNatMappingInfoRoutersRequest. getParserForType()
static com.google.protobuf.Parser<GetNatMappingInfoRoutersRequest>
GetNatMappingInfoRoutersRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type GetNatMappingInfoRoutersRequest Modifier and Type Method Description RoutersClient.GetNatMappingInfoPagedResponse
RoutersClient. getNatMappingInfo(GetNatMappingInfoRoutersRequest request)
Retrieves runtime Nat mapping information of VM endpoints.GetNatMappingInfoRoutersRequest.Builder
GetNatMappingInfoRoutersRequest.Builder. mergeFrom(GetNatMappingInfoRoutersRequest other)
static GetNatMappingInfoRoutersRequest.Builder
GetNatMappingInfoRoutersRequest. newBuilder(GetNatMappingInfoRoutersRequest prototype)
Method parameters in com.google.cloud.compute.v1 with type arguments of type GetNatMappingInfoRoutersRequest Modifier and Type Method Description 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)
-
Uses of GetNatMappingInfoRoutersRequest in com.google.cloud.compute.v1.stub
-