Uses of Class
com.google.cloud.compute.v1.RouterList
-
Packages that use RouterList 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 RouterList in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return RouterList Modifier and Type Method Description RouterList
RouterList.Builder. build()
RouterList
RouterList.Builder. buildPartial()
static RouterList
RouterList. getDefaultInstance()
RouterList
RouterList.Builder. getDefaultInstanceForType()
RouterList
RouterList. getDefaultInstanceForType()
static RouterList
RouterList. parseDelimitedFrom(InputStream input)
static RouterList
RouterList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterList
RouterList. parseFrom(byte[] data)
static RouterList
RouterList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterList
RouterList. parseFrom(com.google.protobuf.ByteString data)
static RouterList
RouterList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterList
RouterList. parseFrom(com.google.protobuf.CodedInputStream input)
static RouterList
RouterList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterList
RouterList. parseFrom(InputStream input)
static RouterList
RouterList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterList
RouterList. parseFrom(ByteBuffer data)
static RouterList
RouterList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type RouterList Modifier and Type Method Description com.google.protobuf.Parser<RouterList>
RouterList. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListRoutersRequest,RouterList>
RoutersClient. listCallable()
Retrieves a list of Router resources available to the specified project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListRoutersRequest,RouterList,RoutersClient.ListPagedResponse>
RoutersSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListRoutersRequest,RouterList,RoutersClient.ListPagedResponse>
RoutersSettings. listSettings()
Returns the object with the settings used for calls to list.static com.google.protobuf.Parser<RouterList>
RouterList. parser()
Methods in com.google.cloud.compute.v1 with parameters of type RouterList Modifier and Type Method Description protected RoutersClient.ListPage
RoutersClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListRoutersRequest,RouterList,Router> context, RouterList response)
RouterList.Builder
RouterList.Builder. mergeFrom(RouterList other)
static RouterList.Builder
RouterList. newBuilder(RouterList prototype)
Method parameters in com.google.cloud.compute.v1 with type arguments of type RouterList Modifier and Type Method Description static com.google.api.core.ApiFuture<RoutersClient.ListPagedResponse>
RoutersClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRoutersRequest,RouterList,Router> context, com.google.api.core.ApiFuture<RouterList> futureResponse)
static com.google.api.core.ApiFuture<RoutersClient.ListPagedResponse>
RoutersClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRoutersRequest,RouterList,Router> context, com.google.api.core.ApiFuture<RouterList> futureResponse)
protected RoutersClient.ListPage
RoutersClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListRoutersRequest,RouterList,Router> context, RouterList response)
com.google.api.core.ApiFuture<RoutersClient.ListPage>
RoutersClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListRoutersRequest,RouterList,Router> context, com.google.api.core.ApiFuture<RouterList> futureResponse)
com.google.api.core.ApiFuture<RoutersClient.ListPage>
RoutersClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListRoutersRequest,RouterList,Router> context, com.google.api.core.ApiFuture<RouterList> futureResponse)
-
Uses of RouterList in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type RouterList Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListRoutersRequest,RouterList>
HttpJsonRoutersStub. listCallable()
com.google.api.gax.rpc.UnaryCallable<ListRoutersRequest,RouterList>
RoutersStub. listCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListRoutersRequest,RouterList,RoutersClient.ListPagedResponse>
RoutersStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListRoutersRequest,RouterList,RoutersClient.ListPagedResponse>
RoutersStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-