Uses of Class
com.google.cloud.compute.v1.RouterAggregatedList
-
Packages that use RouterAggregatedList 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 RouterAggregatedList in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return RouterAggregatedList Modifier and Type Method Description RouterAggregatedList
RouterAggregatedList.Builder. build()
RouterAggregatedList
RouterAggregatedList.Builder. buildPartial()
static RouterAggregatedList
RouterAggregatedList. getDefaultInstance()
RouterAggregatedList
RouterAggregatedList.Builder. getDefaultInstanceForType()
RouterAggregatedList
RouterAggregatedList. getDefaultInstanceForType()
static RouterAggregatedList
RouterAggregatedList. parseDelimitedFrom(InputStream input)
static RouterAggregatedList
RouterAggregatedList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterAggregatedList
RouterAggregatedList. parseFrom(byte[] data)
static RouterAggregatedList
RouterAggregatedList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterAggregatedList
RouterAggregatedList. parseFrom(com.google.protobuf.ByteString data)
static RouterAggregatedList
RouterAggregatedList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterAggregatedList
RouterAggregatedList. parseFrom(com.google.protobuf.CodedInputStream input)
static RouterAggregatedList
RouterAggregatedList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterAggregatedList
RouterAggregatedList. parseFrom(InputStream input)
static RouterAggregatedList
RouterAggregatedList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterAggregatedList
RouterAggregatedList. parseFrom(ByteBuffer data)
static RouterAggregatedList
RouterAggregatedList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type RouterAggregatedList 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.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<RouterAggregatedList>
RouterAggregatedList. getParserForType()
static com.google.protobuf.Parser<RouterAggregatedList>
RouterAggregatedList. parser()
Methods in com.google.cloud.compute.v1 with parameters of type RouterAggregatedList Modifier and Type Method Description protected RoutersClient.AggregatedListPage
RoutersClient.AggregatedListPage. createPage(com.google.api.gax.rpc.PageContext<AggregatedListRoutersRequest,RouterAggregatedList,Map.Entry<String,RoutersScopedList>> context, RouterAggregatedList response)
RouterAggregatedList.Builder
RouterAggregatedList.Builder. mergeFrom(RouterAggregatedList other)
static RouterAggregatedList.Builder
RouterAggregatedList. newBuilder(RouterAggregatedList prototype)
Method parameters in com.google.cloud.compute.v1 with type arguments of type RouterAggregatedList 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)
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.AggregatedListPage
RoutersClient.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)
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 RouterAggregatedList in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type RouterAggregatedList 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.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.
-