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 ListBackendServicesRequest
ListBackendServicesRequest.Builder. build()
ListBackendServicesRequest
ListBackendServicesRequest.Builder. buildPartial()
static ListBackendServicesRequest
ListBackendServicesRequest. getDefaultInstance()
ListBackendServicesRequest
ListBackendServicesRequest.Builder. getDefaultInstanceForType()
ListBackendServicesRequest
ListBackendServicesRequest. getDefaultInstanceForType()
static ListBackendServicesRequest
ListBackendServicesRequest. parseDelimitedFrom(InputStream input)
static ListBackendServicesRequest
ListBackendServicesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListBackendServicesRequest
ListBackendServicesRequest. parseFrom(byte[] data)
static ListBackendServicesRequest
ListBackendServicesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListBackendServicesRequest
ListBackendServicesRequest. parseFrom(com.google.protobuf.ByteString data)
static ListBackendServicesRequest
ListBackendServicesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListBackendServicesRequest
ListBackendServicesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListBackendServicesRequest
ListBackendServicesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListBackendServicesRequest
ListBackendServicesRequest. parseFrom(InputStream input)
static ListBackendServicesRequest
ListBackendServicesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListBackendServicesRequest
ListBackendServicesRequest. parseFrom(ByteBuffer data)
static ListBackendServicesRequest
ListBackendServicesRequest. 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.ListPagedResponse
BackendServicesClient. list(ListBackendServicesRequest request)
Retrieves the list of BackendService resources available to the specified project.ListBackendServicesRequest.Builder
ListBackendServicesRequest.Builder. mergeFrom(ListBackendServicesRequest other)
static ListBackendServicesRequest.Builder
ListBackendServicesRequest. 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.ListPage
BackendServicesClient.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.
-