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 RouteListRouteList.Builder. build()RouteListRouteList.Builder. buildPartial()static RouteListRouteList. getDefaultInstance()RouteListRouteList.Builder. getDefaultInstanceForType()RouteListRouteList. getDefaultInstanceForType()static RouteListRouteList. parseDelimitedFrom(InputStream input)static RouteListRouteList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteListRouteList. parseFrom(byte[] data)static RouteListRouteList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteListRouteList. parseFrom(com.google.protobuf.ByteString data)static RouteListRouteList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteListRouteList. parseFrom(com.google.protobuf.CodedInputStream input)static RouteListRouteList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteListRouteList. parseFrom(InputStream input)static RouteListRouteList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteListRouteList. parseFrom(ByteBuffer data)static RouteListRouteList. 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.ListPageRoutesClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListRoutesRequest,RouteList,Route> context, RouteList response)RouteList.BuilderRouteList.Builder. mergeFrom(RouteList other)static RouteList.BuilderRouteList. 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.ListPageRoutesClient.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.
-