Uses of Class
com.google.cloud.compute.v1.BackendServiceAggregatedList
-
Packages that use BackendServiceAggregatedList 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 BackendServiceAggregatedList in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return BackendServiceAggregatedList Modifier and Type Method Description BackendServiceAggregatedList
BackendServiceAggregatedList.Builder. build()
BackendServiceAggregatedList
BackendServiceAggregatedList.Builder. buildPartial()
static BackendServiceAggregatedList
BackendServiceAggregatedList. getDefaultInstance()
BackendServiceAggregatedList
BackendServiceAggregatedList.Builder. getDefaultInstanceForType()
BackendServiceAggregatedList
BackendServiceAggregatedList. getDefaultInstanceForType()
static BackendServiceAggregatedList
BackendServiceAggregatedList. parseDelimitedFrom(InputStream input)
static BackendServiceAggregatedList
BackendServiceAggregatedList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BackendServiceAggregatedList
BackendServiceAggregatedList. parseFrom(byte[] data)
static BackendServiceAggregatedList
BackendServiceAggregatedList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BackendServiceAggregatedList
BackendServiceAggregatedList. parseFrom(com.google.protobuf.ByteString data)
static BackendServiceAggregatedList
BackendServiceAggregatedList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BackendServiceAggregatedList
BackendServiceAggregatedList. parseFrom(com.google.protobuf.CodedInputStream input)
static BackendServiceAggregatedList
BackendServiceAggregatedList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BackendServiceAggregatedList
BackendServiceAggregatedList. parseFrom(InputStream input)
static BackendServiceAggregatedList
BackendServiceAggregatedList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BackendServiceAggregatedList
BackendServiceAggregatedList. parseFrom(ByteBuffer data)
static BackendServiceAggregatedList
BackendServiceAggregatedList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type BackendServiceAggregatedList Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListBackendServicesRequest,BackendServiceAggregatedList>
BackendServicesClient. aggregatedListCallable()
Retrieves the list of all BackendService resources, regional and global, available to the specified project.com.google.api.gax.rpc.PagedCallSettings<AggregatedListBackendServicesRequest,BackendServiceAggregatedList,BackendServicesClient.AggregatedListPagedResponse>
BackendServicesSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListBackendServicesRequest,BackendServiceAggregatedList,BackendServicesClient.AggregatedListPagedResponse>
BackendServicesSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.com.google.protobuf.Parser<BackendServiceAggregatedList>
BackendServiceAggregatedList. getParserForType()
static com.google.protobuf.Parser<BackendServiceAggregatedList>
BackendServiceAggregatedList. parser()
Methods in com.google.cloud.compute.v1 with parameters of type BackendServiceAggregatedList Modifier and Type Method Description protected BackendServicesClient.AggregatedListPage
BackendServicesClient.AggregatedListPage. createPage(com.google.api.gax.rpc.PageContext<AggregatedListBackendServicesRequest,BackendServiceAggregatedList,Map.Entry<String,BackendServicesScopedList>> context, BackendServiceAggregatedList response)
BackendServiceAggregatedList.Builder
BackendServiceAggregatedList.Builder. mergeFrom(BackendServiceAggregatedList other)
static BackendServiceAggregatedList.Builder
BackendServiceAggregatedList. newBuilder(BackendServiceAggregatedList prototype)
-
Uses of BackendServiceAggregatedList in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type BackendServiceAggregatedList Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListBackendServicesRequest,BackendServiceAggregatedList>
BackendServicesStub. aggregatedListCallable()
com.google.api.gax.rpc.UnaryCallable<AggregatedListBackendServicesRequest,BackendServiceAggregatedList>
HttpJsonBackendServicesStub. aggregatedListCallable()
com.google.api.gax.rpc.PagedCallSettings<AggregatedListBackendServicesRequest,BackendServiceAggregatedList,BackendServicesClient.AggregatedListPagedResponse>
BackendServicesStubSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListBackendServicesRequest,BackendServiceAggregatedList,BackendServicesClient.AggregatedListPagedResponse>
BackendServicesStubSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.
-