Uses of Class
com.google.cloud.compute.v1.AggregatedListTargetVpnGatewaysRequest
-
Packages that use AggregatedListTargetVpnGatewaysRequest 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 AggregatedListTargetVpnGatewaysRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return AggregatedListTargetVpnGatewaysRequest Modifier and Type Method Description AggregatedListTargetVpnGatewaysRequest
AggregatedListTargetVpnGatewaysRequest.Builder. build()
AggregatedListTargetVpnGatewaysRequest
AggregatedListTargetVpnGatewaysRequest.Builder. buildPartial()
static AggregatedListTargetVpnGatewaysRequest
AggregatedListTargetVpnGatewaysRequest. getDefaultInstance()
AggregatedListTargetVpnGatewaysRequest
AggregatedListTargetVpnGatewaysRequest.Builder. getDefaultInstanceForType()
AggregatedListTargetVpnGatewaysRequest
AggregatedListTargetVpnGatewaysRequest. getDefaultInstanceForType()
static AggregatedListTargetVpnGatewaysRequest
AggregatedListTargetVpnGatewaysRequest. parseDelimitedFrom(InputStream input)
static AggregatedListTargetVpnGatewaysRequest
AggregatedListTargetVpnGatewaysRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListTargetVpnGatewaysRequest
AggregatedListTargetVpnGatewaysRequest. parseFrom(byte[] data)
static AggregatedListTargetVpnGatewaysRequest
AggregatedListTargetVpnGatewaysRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListTargetVpnGatewaysRequest
AggregatedListTargetVpnGatewaysRequest. parseFrom(com.google.protobuf.ByteString data)
static AggregatedListTargetVpnGatewaysRequest
AggregatedListTargetVpnGatewaysRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListTargetVpnGatewaysRequest
AggregatedListTargetVpnGatewaysRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AggregatedListTargetVpnGatewaysRequest
AggregatedListTargetVpnGatewaysRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListTargetVpnGatewaysRequest
AggregatedListTargetVpnGatewaysRequest. parseFrom(InputStream input)
static AggregatedListTargetVpnGatewaysRequest
AggregatedListTargetVpnGatewaysRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListTargetVpnGatewaysRequest
AggregatedListTargetVpnGatewaysRequest. parseFrom(ByteBuffer data)
static AggregatedListTargetVpnGatewaysRequest
AggregatedListTargetVpnGatewaysRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type AggregatedListTargetVpnGatewaysRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListTargetVpnGatewaysRequest,TargetVpnGatewayAggregatedList>
TargetVpnGatewaysClient. aggregatedListCallable()
Retrieves an aggregated list of target VPN gateways.com.google.api.gax.rpc.UnaryCallable<AggregatedListTargetVpnGatewaysRequest,TargetVpnGatewaysClient.AggregatedListPagedResponse>
TargetVpnGatewaysClient. aggregatedListPagedCallable()
Retrieves an aggregated list of target VPN gateways.com.google.api.gax.rpc.PagedCallSettings<AggregatedListTargetVpnGatewaysRequest,TargetVpnGatewayAggregatedList,TargetVpnGatewaysClient.AggregatedListPagedResponse>
TargetVpnGatewaysSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListTargetVpnGatewaysRequest,TargetVpnGatewayAggregatedList,TargetVpnGatewaysClient.AggregatedListPagedResponse>
TargetVpnGatewaysSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.com.google.protobuf.Parser<AggregatedListTargetVpnGatewaysRequest>
AggregatedListTargetVpnGatewaysRequest. getParserForType()
static com.google.protobuf.Parser<AggregatedListTargetVpnGatewaysRequest>
AggregatedListTargetVpnGatewaysRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type AggregatedListTargetVpnGatewaysRequest Modifier and Type Method Description TargetVpnGatewaysClient.AggregatedListPagedResponse
TargetVpnGatewaysClient. aggregatedList(AggregatedListTargetVpnGatewaysRequest request)
Retrieves an aggregated list of target VPN gateways.AggregatedListTargetVpnGatewaysRequest.Builder
AggregatedListTargetVpnGatewaysRequest.Builder. mergeFrom(AggregatedListTargetVpnGatewaysRequest other)
static AggregatedListTargetVpnGatewaysRequest.Builder
AggregatedListTargetVpnGatewaysRequest. newBuilder(AggregatedListTargetVpnGatewaysRequest prototype)
-
Uses of AggregatedListTargetVpnGatewaysRequest in com.google.cloud.compute.v1.stub
-