Uses of Class
com.google.cloud.netapp.v1.NetAppClient.ListReplicationsPagedResponse
-
Packages that use NetAppClient.ListReplicationsPagedResponse Package Description com.google.cloud.netapp.v1 A client to NetApp APIcom.google.cloud.netapp.v1.stub -
-
Uses of NetAppClient.ListReplicationsPagedResponse in com.google.cloud.netapp.v1
Methods in com.google.cloud.netapp.v1 that return NetAppClient.ListReplicationsPagedResponse Modifier and Type Method Description NetAppClient.ListReplicationsPagedResponse
NetAppClient. listReplications(ListReplicationsRequest request)
Returns descriptions of all replications for a volume.NetAppClient.ListReplicationsPagedResponse
NetAppClient. listReplications(VolumeName parent)
Returns descriptions of all replications for a volume.NetAppClient.ListReplicationsPagedResponse
NetAppClient. listReplications(String parent)
Returns descriptions of all replications for a volume.Methods in com.google.cloud.netapp.v1 that return types with arguments of type NetAppClient.ListReplicationsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<NetAppClient.ListReplicationsPagedResponse>
NetAppClient.ListReplicationsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListReplicationsRequest,ListReplicationsResponse,Replication> context, com.google.api.core.ApiFuture<ListReplicationsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListReplicationsRequest,NetAppClient.ListReplicationsPagedResponse>
NetAppClient. listReplicationsPagedCallable()
Returns descriptions of all replications for a volume.com.google.api.gax.rpc.PagedCallSettings.Builder<ListReplicationsRequest,ListReplicationsResponse,NetAppClient.ListReplicationsPagedResponse>
NetAppSettings.Builder. listReplicationsSettings()
Returns the builder for the settings used for calls to listReplications.com.google.api.gax.rpc.PagedCallSettings<ListReplicationsRequest,ListReplicationsResponse,NetAppClient.ListReplicationsPagedResponse>
NetAppSettings. listReplicationsSettings()
Returns the object with the settings used for calls to listReplications. -
Uses of NetAppClient.ListReplicationsPagedResponse in com.google.cloud.netapp.v1.stub
-