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