Uses of Class
com.google.cloud.monitoring.v3.SnoozeServiceClient.ListSnoozesPagedResponse
-
Packages that use SnoozeServiceClient.ListSnoozesPagedResponse Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.cloud.monitoring.v3.stub -
-
Uses of SnoozeServiceClient.ListSnoozesPagedResponse in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 that return SnoozeServiceClient.ListSnoozesPagedResponse Modifier and Type Method Description SnoozeServiceClient.ListSnoozesPagedResponse
SnoozeServiceClient. listSnoozes(ListSnoozesRequest request)
Lists the `Snooze`s associated with a project.SnoozeServiceClient.ListSnoozesPagedResponse
SnoozeServiceClient. listSnoozes(ProjectName parent)
Lists the `Snooze`s associated with a project.SnoozeServiceClient.ListSnoozesPagedResponse
SnoozeServiceClient. listSnoozes(String parent)
Lists the `Snooze`s associated with a project.Methods in com.google.cloud.monitoring.v3 that return types with arguments of type SnoozeServiceClient.ListSnoozesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<SnoozeServiceClient.ListSnoozesPagedResponse>
SnoozeServiceClient.ListSnoozesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSnoozesRequest,ListSnoozesResponse,Snooze> context, com.google.api.core.ApiFuture<ListSnoozesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListSnoozesRequest,SnoozeServiceClient.ListSnoozesPagedResponse>
SnoozeServiceClient. listSnoozesPagedCallable()
Lists the `Snooze`s associated with a project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSnoozesRequest,ListSnoozesResponse,SnoozeServiceClient.ListSnoozesPagedResponse>
SnoozeServiceSettings.Builder. listSnoozesSettings()
Returns the builder for the settings used for calls to listSnoozes.com.google.api.gax.rpc.PagedCallSettings<ListSnoozesRequest,ListSnoozesResponse,SnoozeServiceClient.ListSnoozesPagedResponse>
SnoozeServiceSettings. listSnoozesSettings()
Returns the object with the settings used for calls to listSnoozes. -
Uses of SnoozeServiceClient.ListSnoozesPagedResponse in com.google.cloud.monitoring.v3.stub
Methods in com.google.cloud.monitoring.v3.stub that return types with arguments of type SnoozeServiceClient.ListSnoozesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSnoozesRequest,SnoozeServiceClient.ListSnoozesPagedResponse>
GrpcSnoozeServiceStub. listSnoozesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListSnoozesRequest,SnoozeServiceClient.ListSnoozesPagedResponse>
SnoozeServiceStub. listSnoozesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSnoozesRequest,ListSnoozesResponse,SnoozeServiceClient.ListSnoozesPagedResponse>
SnoozeServiceStubSettings.Builder. listSnoozesSettings()
Returns the builder for the settings used for calls to listSnoozes.com.google.api.gax.rpc.PagedCallSettings<ListSnoozesRequest,ListSnoozesResponse,SnoozeServiceClient.ListSnoozesPagedResponse>
SnoozeServiceStubSettings. listSnoozesSettings()
Returns the object with the settings used for calls to listSnoozes.
-