Uses of Class
com.google.cloud.compute.v1.ListRegionBackendServicesRequest
-
Packages that use ListRegionBackendServicesRequest 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 ListRegionBackendServicesRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ListRegionBackendServicesRequest Modifier and Type Method Description ListRegionBackendServicesRequestListRegionBackendServicesRequest.Builder. build()ListRegionBackendServicesRequestListRegionBackendServicesRequest.Builder. buildPartial()static ListRegionBackendServicesRequestListRegionBackendServicesRequest. getDefaultInstance()ListRegionBackendServicesRequestListRegionBackendServicesRequest.Builder. getDefaultInstanceForType()ListRegionBackendServicesRequestListRegionBackendServicesRequest. getDefaultInstanceForType()static ListRegionBackendServicesRequestListRegionBackendServicesRequest. parseDelimitedFrom(InputStream input)static ListRegionBackendServicesRequestListRegionBackendServicesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListRegionBackendServicesRequestListRegionBackendServicesRequest. parseFrom(byte[] data)static ListRegionBackendServicesRequestListRegionBackendServicesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListRegionBackendServicesRequestListRegionBackendServicesRequest. parseFrom(com.google.protobuf.ByteString data)static ListRegionBackendServicesRequestListRegionBackendServicesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListRegionBackendServicesRequestListRegionBackendServicesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListRegionBackendServicesRequestListRegionBackendServicesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListRegionBackendServicesRequestListRegionBackendServicesRequest. parseFrom(InputStream input)static ListRegionBackendServicesRequestListRegionBackendServicesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListRegionBackendServicesRequestListRegionBackendServicesRequest. parseFrom(ByteBuffer data)static ListRegionBackendServicesRequestListRegionBackendServicesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type ListRegionBackendServicesRequest Modifier and Type Method Description com.google.protobuf.Parser<ListRegionBackendServicesRequest>ListRegionBackendServicesRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListRegionBackendServicesRequest,BackendServiceList>RegionBackendServicesClient. listCallable()Retrieves the list of regional BackendService resources available to the specified project in the given region.com.google.api.gax.rpc.UnaryCallable<ListRegionBackendServicesRequest,RegionBackendServicesClient.ListPagedResponse>RegionBackendServicesClient. listPagedCallable()Retrieves the list of regional BackendService resources available to the specified project in the given region.com.google.api.gax.rpc.PagedCallSettings.Builder<ListRegionBackendServicesRequest,BackendServiceList,RegionBackendServicesClient.ListPagedResponse>RegionBackendServicesSettings.Builder. listSettings()Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListRegionBackendServicesRequest,BackendServiceList,RegionBackendServicesClient.ListPagedResponse>RegionBackendServicesSettings. listSettings()Returns the object with the settings used for calls to list.static com.google.protobuf.Parser<ListRegionBackendServicesRequest>ListRegionBackendServicesRequest. parser()Methods in com.google.cloud.compute.v1 with parameters of type ListRegionBackendServicesRequest Modifier and Type Method Description RegionBackendServicesClient.ListPagedResponseRegionBackendServicesClient. list(ListRegionBackendServicesRequest request)Retrieves the list of regional BackendService resources available to the specified project in the given region.ListRegionBackendServicesRequest.BuilderListRegionBackendServicesRequest.Builder. mergeFrom(ListRegionBackendServicesRequest other)static ListRegionBackendServicesRequest.BuilderListRegionBackendServicesRequest. newBuilder(ListRegionBackendServicesRequest prototype)Method parameters in com.google.cloud.compute.v1 with type arguments of type ListRegionBackendServicesRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<RegionBackendServicesClient.ListPagedResponse>RegionBackendServicesClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRegionBackendServicesRequest,BackendServiceList,BackendService> context, com.google.api.core.ApiFuture<BackendServiceList> futureResponse)protected RegionBackendServicesClient.ListPageRegionBackendServicesClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListRegionBackendServicesRequest,BackendServiceList,BackendService> context, BackendServiceList response)com.google.api.core.ApiFuture<RegionBackendServicesClient.ListPage>RegionBackendServicesClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListRegionBackendServicesRequest,BackendServiceList,BackendService> context, com.google.api.core.ApiFuture<BackendServiceList> futureResponse) -
Uses of ListRegionBackendServicesRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ListRegionBackendServicesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListRegionBackendServicesRequest,BackendServiceList>HttpJsonRegionBackendServicesStub. listCallable()com.google.api.gax.rpc.UnaryCallable<ListRegionBackendServicesRequest,BackendServiceList>RegionBackendServicesStub. listCallable()com.google.api.gax.rpc.UnaryCallable<ListRegionBackendServicesRequest,RegionBackendServicesClient.ListPagedResponse>HttpJsonRegionBackendServicesStub. listPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListRegionBackendServicesRequest,RegionBackendServicesClient.ListPagedResponse>RegionBackendServicesStub. listPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListRegionBackendServicesRequest,BackendServiceList,RegionBackendServicesClient.ListPagedResponse>RegionBackendServicesStubSettings.Builder. listSettings()Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListRegionBackendServicesRequest,BackendServiceList,RegionBackendServicesClient.ListPagedResponse>RegionBackendServicesStubSettings. listSettings()Returns the object with the settings used for calls to list.
-