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