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