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