Uses of Class
com.google.cloud.compute.v1.AggregatedListVpnGatewaysRequest
-
Packages that use AggregatedListVpnGatewaysRequest 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 AggregatedListVpnGatewaysRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return AggregatedListVpnGatewaysRequest Modifier and Type Method Description AggregatedListVpnGatewaysRequestAggregatedListVpnGatewaysRequest.Builder. build()AggregatedListVpnGatewaysRequestAggregatedListVpnGatewaysRequest.Builder. buildPartial()static AggregatedListVpnGatewaysRequestAggregatedListVpnGatewaysRequest. getDefaultInstance()AggregatedListVpnGatewaysRequestAggregatedListVpnGatewaysRequest.Builder. getDefaultInstanceForType()AggregatedListVpnGatewaysRequestAggregatedListVpnGatewaysRequest. getDefaultInstanceForType()static AggregatedListVpnGatewaysRequestAggregatedListVpnGatewaysRequest. parseDelimitedFrom(InputStream input)static AggregatedListVpnGatewaysRequestAggregatedListVpnGatewaysRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListVpnGatewaysRequestAggregatedListVpnGatewaysRequest. parseFrom(byte[] data)static AggregatedListVpnGatewaysRequestAggregatedListVpnGatewaysRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListVpnGatewaysRequestAggregatedListVpnGatewaysRequest. parseFrom(com.google.protobuf.ByteString data)static AggregatedListVpnGatewaysRequestAggregatedListVpnGatewaysRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListVpnGatewaysRequestAggregatedListVpnGatewaysRequest. parseFrom(com.google.protobuf.CodedInputStream input)static AggregatedListVpnGatewaysRequestAggregatedListVpnGatewaysRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListVpnGatewaysRequestAggregatedListVpnGatewaysRequest. parseFrom(InputStream input)static AggregatedListVpnGatewaysRequestAggregatedListVpnGatewaysRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListVpnGatewaysRequestAggregatedListVpnGatewaysRequest. parseFrom(ByteBuffer data)static AggregatedListVpnGatewaysRequestAggregatedListVpnGatewaysRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type AggregatedListVpnGatewaysRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListVpnGatewaysRequest,VpnGatewayAggregatedList>VpnGatewaysClient. aggregatedListCallable()Retrieves an aggregated list of VPN gateways.com.google.api.gax.rpc.UnaryCallable<AggregatedListVpnGatewaysRequest,VpnGatewaysClient.AggregatedListPagedResponse>VpnGatewaysClient. aggregatedListPagedCallable()Retrieves an aggregated list of VPN gateways.com.google.api.gax.rpc.PagedCallSettings<AggregatedListVpnGatewaysRequest,VpnGatewayAggregatedList,VpnGatewaysClient.AggregatedListPagedResponse>VpnGatewaysSettings. aggregatedListSettings()Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListVpnGatewaysRequest,VpnGatewayAggregatedList,VpnGatewaysClient.AggregatedListPagedResponse>VpnGatewaysSettings.Builder. aggregatedListSettings()Returns the builder for the settings used for calls to aggregatedList.com.google.protobuf.Parser<AggregatedListVpnGatewaysRequest>AggregatedListVpnGatewaysRequest. getParserForType()static com.google.protobuf.Parser<AggregatedListVpnGatewaysRequest>AggregatedListVpnGatewaysRequest. parser()Methods in com.google.cloud.compute.v1 with parameters of type AggregatedListVpnGatewaysRequest Modifier and Type Method Description VpnGatewaysClient.AggregatedListPagedResponseVpnGatewaysClient. aggregatedList(AggregatedListVpnGatewaysRequest request)Retrieves an aggregated list of VPN gateways.AggregatedListVpnGatewaysRequest.BuilderAggregatedListVpnGatewaysRequest.Builder. mergeFrom(AggregatedListVpnGatewaysRequest other)static AggregatedListVpnGatewaysRequest.BuilderAggregatedListVpnGatewaysRequest. newBuilder(AggregatedListVpnGatewaysRequest prototype)Method parameters in com.google.cloud.compute.v1 with type arguments of type AggregatedListVpnGatewaysRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<VpnGatewaysClient.AggregatedListPagedResponse>VpnGatewaysClient.AggregatedListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<AggregatedListVpnGatewaysRequest,VpnGatewayAggregatedList,Map.Entry<String,VpnGatewaysScopedList>> context, com.google.api.core.ApiFuture<VpnGatewayAggregatedList> futureResponse)protected VpnGatewaysClient.AggregatedListPageVpnGatewaysClient.AggregatedListPage. createPage(com.google.api.gax.rpc.PageContext<AggregatedListVpnGatewaysRequest,VpnGatewayAggregatedList,Map.Entry<String,VpnGatewaysScopedList>> context, VpnGatewayAggregatedList response)com.google.api.core.ApiFuture<VpnGatewaysClient.AggregatedListPage>VpnGatewaysClient.AggregatedListPage. createPageAsync(com.google.api.gax.rpc.PageContext<AggregatedListVpnGatewaysRequest,VpnGatewayAggregatedList,Map.Entry<String,VpnGatewaysScopedList>> context, com.google.api.core.ApiFuture<VpnGatewayAggregatedList> futureResponse) -
Uses of AggregatedListVpnGatewaysRequest in com.google.cloud.compute.v1.stub
-