Uses of Class
com.google.cloud.gkebackup.v1.ListBackupPlansResponse
-
Packages that use ListBackupPlansResponse Package Description com.google.cloud.gkebackup.v1 A client to Backup for GKE APIcom.google.cloud.gkebackup.v1.stub -
-
Uses of ListBackupPlansResponse in com.google.cloud.gkebackup.v1
Methods in com.google.cloud.gkebackup.v1 that return ListBackupPlansResponse Modifier and Type Method Description ListBackupPlansResponse
ListBackupPlansResponse.Builder. build()
ListBackupPlansResponse
ListBackupPlansResponse.Builder. buildPartial()
static ListBackupPlansResponse
ListBackupPlansResponse. getDefaultInstance()
ListBackupPlansResponse
ListBackupPlansResponse.Builder. getDefaultInstanceForType()
ListBackupPlansResponse
ListBackupPlansResponse. getDefaultInstanceForType()
ListBackupPlansResponse
BackupForGKEGrpc.BackupForGKEBlockingStub. listBackupPlans(ListBackupPlansRequest request)
Lists BackupPlans in a given location.static ListBackupPlansResponse
ListBackupPlansResponse. parseDelimitedFrom(InputStream input)
static ListBackupPlansResponse
ListBackupPlansResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListBackupPlansResponse
ListBackupPlansResponse. parseFrom(byte[] data)
static ListBackupPlansResponse
ListBackupPlansResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListBackupPlansResponse
ListBackupPlansResponse. parseFrom(com.google.protobuf.ByteString data)
static ListBackupPlansResponse
ListBackupPlansResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListBackupPlansResponse
ListBackupPlansResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListBackupPlansResponse
ListBackupPlansResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListBackupPlansResponse
ListBackupPlansResponse. parseFrom(InputStream input)
static ListBackupPlansResponse
ListBackupPlansResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListBackupPlansResponse
ListBackupPlansResponse. parseFrom(ByteBuffer data)
static ListBackupPlansResponse
ListBackupPlansResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkebackup.v1 that return types with arguments of type ListBackupPlansResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListBackupPlansRequest,ListBackupPlansResponse>
BackupForGKEGrpc. getListBackupPlansMethod()
com.google.protobuf.Parser<ListBackupPlansResponse>
ListBackupPlansResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListBackupPlansResponse>
BackupForGKEGrpc.BackupForGKEFutureStub. listBackupPlans(ListBackupPlansRequest request)
Lists BackupPlans in a given location.com.google.api.gax.rpc.UnaryCallable<ListBackupPlansRequest,ListBackupPlansResponse>
BackupForGKEClient. listBackupPlansCallable()
Lists BackupPlans in a given location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListBackupPlansRequest,ListBackupPlansResponse,BackupForGKEClient.ListBackupPlansPagedResponse>
BackupForGKESettings.Builder. listBackupPlansSettings()
Returns the builder for the settings used for calls to listBackupPlans.com.google.api.gax.rpc.PagedCallSettings<ListBackupPlansRequest,ListBackupPlansResponse,BackupForGKEClient.ListBackupPlansPagedResponse>
BackupForGKESettings. listBackupPlansSettings()
Returns the object with the settings used for calls to listBackupPlans.static com.google.protobuf.Parser<ListBackupPlansResponse>
ListBackupPlansResponse. parser()
Methods in com.google.cloud.gkebackup.v1 with parameters of type ListBackupPlansResponse Modifier and Type Method Description protected BackupForGKEClient.ListBackupPlansPage
BackupForGKEClient.ListBackupPlansPage. createPage(com.google.api.gax.rpc.PageContext<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan> context, ListBackupPlansResponse response)
ListBackupPlansResponse.Builder
ListBackupPlansResponse.Builder. mergeFrom(ListBackupPlansResponse other)
static ListBackupPlansResponse.Builder
ListBackupPlansResponse. newBuilder(ListBackupPlansResponse prototype)
Method parameters in com.google.cloud.gkebackup.v1 with type arguments of type ListBackupPlansResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<BackupForGKEClient.ListBackupPlansPagedResponse>
BackupForGKEClient.ListBackupPlansPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan> context, com.google.api.core.ApiFuture<ListBackupPlansResponse> futureResponse)
static com.google.api.core.ApiFuture<BackupForGKEClient.ListBackupPlansPagedResponse>
BackupForGKEClient.ListBackupPlansPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan> context, com.google.api.core.ApiFuture<ListBackupPlansResponse> futureResponse)
protected BackupForGKEClient.ListBackupPlansPage
BackupForGKEClient.ListBackupPlansPage. createPage(com.google.api.gax.rpc.PageContext<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan> context, ListBackupPlansResponse response)
com.google.api.core.ApiFuture<BackupForGKEClient.ListBackupPlansPage>
BackupForGKEClient.ListBackupPlansPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan> context, com.google.api.core.ApiFuture<ListBackupPlansResponse> futureResponse)
com.google.api.core.ApiFuture<BackupForGKEClient.ListBackupPlansPage>
BackupForGKEClient.ListBackupPlansPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan> context, com.google.api.core.ApiFuture<ListBackupPlansResponse> futureResponse)
default void
BackupForGKEGrpc.AsyncService. listBackupPlans(ListBackupPlansRequest request, io.grpc.stub.StreamObserver<ListBackupPlansResponse> responseObserver)
Lists BackupPlans in a given location.void
BackupForGKEGrpc.BackupForGKEStub. listBackupPlans(ListBackupPlansRequest request, io.grpc.stub.StreamObserver<ListBackupPlansResponse> responseObserver)
Lists BackupPlans in a given location. -
Uses of ListBackupPlansResponse in com.google.cloud.gkebackup.v1.stub
Methods in com.google.cloud.gkebackup.v1.stub that return types with arguments of type ListBackupPlansResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListBackupPlansRequest,ListBackupPlansResponse>
BackupForGKEStub. listBackupPlansCallable()
com.google.api.gax.rpc.UnaryCallable<ListBackupPlansRequest,ListBackupPlansResponse>
GrpcBackupForGKEStub. listBackupPlansCallable()
com.google.api.gax.rpc.UnaryCallable<ListBackupPlansRequest,ListBackupPlansResponse>
HttpJsonBackupForGKEStub. listBackupPlansCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListBackupPlansRequest,ListBackupPlansResponse,BackupForGKEClient.ListBackupPlansPagedResponse>
BackupForGKEStubSettings.Builder. listBackupPlansSettings()
Returns the builder for the settings used for calls to listBackupPlans.com.google.api.gax.rpc.PagedCallSettings<ListBackupPlansRequest,ListBackupPlansResponse,BackupForGKEClient.ListBackupPlansPagedResponse>
BackupForGKEStubSettings. listBackupPlansSettings()
Returns the object with the settings used for calls to listBackupPlans.
-