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