Uses of Class
com.google.monitoring.v3.Snooze
-
Packages that use Snooze Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.cloud.monitoring.v3.stub com.google.monitoring.v3 -
-
Uses of Snooze in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 that return Snooze Modifier and Type Method Description SnoozeSnoozeServiceClient. createSnooze(CreateSnoozeRequest request)Creates a `Snooze` that will prevent alerts, which match the provided criteria, from being opened.SnoozeSnoozeServiceClient. createSnooze(ProjectName parent, Snooze snooze)Creates a `Snooze` that will prevent alerts, which match the provided criteria, from being opened.SnoozeSnoozeServiceClient. createSnooze(String parent, Snooze snooze)Creates a `Snooze` that will prevent alerts, which match the provided criteria, from being opened.SnoozeSnoozeServiceClient. getSnooze(GetSnoozeRequest request)Retrieves a `Snooze` by `name`.SnoozeSnoozeServiceClient. getSnooze(SnoozeName name)Retrieves a `Snooze` by `name`.SnoozeSnoozeServiceClient. getSnooze(String name)Retrieves a `Snooze` by `name`.SnoozeSnoozeServiceClient. updateSnooze(Snooze snooze, com.google.protobuf.FieldMask updateMask)Updates a `Snooze`, identified by its `name`, with the parameters in the given `Snooze` object.SnoozeSnoozeServiceClient. updateSnooze(UpdateSnoozeRequest request)Updates a `Snooze`, identified by its `name`, with the parameters in the given `Snooze` object.Methods in com.google.cloud.monitoring.v3 that return types with arguments of type Snooze Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateSnoozeRequest,Snooze>SnoozeServiceClient. createSnoozeCallable()Creates a `Snooze` that will prevent alerts, which match the provided criteria, from being opened.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateSnoozeRequest,Snooze>SnoozeServiceSettings.Builder. createSnoozeSettings()Returns the builder for the settings used for calls to createSnooze.com.google.api.gax.rpc.UnaryCallSettings<CreateSnoozeRequest,Snooze>SnoozeServiceSettings. createSnoozeSettings()Returns the object with the settings used for calls to createSnooze.com.google.api.gax.rpc.UnaryCallable<GetSnoozeRequest,Snooze>SnoozeServiceClient. getSnoozeCallable()Retrieves a `Snooze` by `name`.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSnoozeRequest,Snooze>SnoozeServiceSettings.Builder. getSnoozeSettings()Returns the builder for the settings used for calls to getSnooze.com.google.api.gax.rpc.UnaryCallSettings<GetSnoozeRequest,Snooze>SnoozeServiceSettings. getSnoozeSettings()Returns the object with the settings used for calls to getSnooze.com.google.api.gax.rpc.UnaryCallable<UpdateSnoozeRequest,Snooze>SnoozeServiceClient. updateSnoozeCallable()Updates a `Snooze`, identified by its `name`, with the parameters in the given `Snooze` object.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateSnoozeRequest,Snooze>SnoozeServiceSettings.Builder. updateSnoozeSettings()Returns the builder for the settings used for calls to updateSnooze.com.google.api.gax.rpc.UnaryCallSettings<UpdateSnoozeRequest,Snooze>SnoozeServiceSettings. updateSnoozeSettings()Returns the object with the settings used for calls to updateSnooze.Methods in com.google.cloud.monitoring.v3 with parameters of type Snooze Modifier and Type Method Description SnoozeSnoozeServiceClient. createSnooze(ProjectName parent, Snooze snooze)Creates a `Snooze` that will prevent alerts, which match the provided criteria, from being opened.SnoozeSnoozeServiceClient. createSnooze(String parent, Snooze snooze)Creates a `Snooze` that will prevent alerts, which match the provided criteria, from being opened.SnoozeSnoozeServiceClient. updateSnooze(Snooze snooze, com.google.protobuf.FieldMask updateMask)Updates a `Snooze`, identified by its `name`, with the parameters in the given `Snooze` object.Method parameters in com.google.cloud.monitoring.v3 with type arguments of type Snooze 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)protected SnoozeServiceClient.ListSnoozesPageSnoozeServiceClient.ListSnoozesPage. createPage(com.google.api.gax.rpc.PageContext<ListSnoozesRequest,ListSnoozesResponse,Snooze> context, ListSnoozesResponse response)com.google.api.core.ApiFuture<SnoozeServiceClient.ListSnoozesPage>SnoozeServiceClient.ListSnoozesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSnoozesRequest,ListSnoozesResponse,Snooze> context, com.google.api.core.ApiFuture<ListSnoozesResponse> futureResponse) -
Uses of Snooze in com.google.cloud.monitoring.v3.stub
Methods in com.google.cloud.monitoring.v3.stub that return types with arguments of type Snooze Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateSnoozeRequest,Snooze>GrpcSnoozeServiceStub. createSnoozeCallable()com.google.api.gax.rpc.UnaryCallable<CreateSnoozeRequest,Snooze>SnoozeServiceStub. createSnoozeCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateSnoozeRequest,Snooze>SnoozeServiceStubSettings.Builder. createSnoozeSettings()Returns the builder for the settings used for calls to createSnooze.com.google.api.gax.rpc.UnaryCallSettings<CreateSnoozeRequest,Snooze>SnoozeServiceStubSettings. createSnoozeSettings()Returns the object with the settings used for calls to createSnooze.com.google.api.gax.rpc.UnaryCallable<GetSnoozeRequest,Snooze>GrpcSnoozeServiceStub. getSnoozeCallable()com.google.api.gax.rpc.UnaryCallable<GetSnoozeRequest,Snooze>SnoozeServiceStub. getSnoozeCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSnoozeRequest,Snooze>SnoozeServiceStubSettings.Builder. getSnoozeSettings()Returns the builder for the settings used for calls to getSnooze.com.google.api.gax.rpc.UnaryCallSettings<GetSnoozeRequest,Snooze>SnoozeServiceStubSettings. getSnoozeSettings()Returns the object with the settings used for calls to getSnooze.com.google.api.gax.rpc.UnaryCallable<UpdateSnoozeRequest,Snooze>GrpcSnoozeServiceStub. updateSnoozeCallable()com.google.api.gax.rpc.UnaryCallable<UpdateSnoozeRequest,Snooze>SnoozeServiceStub. updateSnoozeCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateSnoozeRequest,Snooze>SnoozeServiceStubSettings.Builder. updateSnoozeSettings()Returns the builder for the settings used for calls to updateSnooze.com.google.api.gax.rpc.UnaryCallSettings<UpdateSnoozeRequest,Snooze>SnoozeServiceStubSettings. updateSnoozeSettings()Returns the object with the settings used for calls to updateSnooze. -
Uses of Snooze in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return Snooze Modifier and Type Method Description SnoozeSnooze.Builder. build()SnoozeSnooze.Builder. buildPartial()SnoozeSnoozeServiceGrpc.SnoozeServiceBlockingStub. createSnooze(CreateSnoozeRequest request)Creates a `Snooze` that will prevent alerts, which match the provided criteria, from being opened.static SnoozeSnooze. getDefaultInstance()SnoozeSnooze.Builder. getDefaultInstanceForType()SnoozeSnooze. getDefaultInstanceForType()SnoozeCreateSnoozeRequest.Builder. getSnooze()Required.SnoozeCreateSnoozeRequest. getSnooze()Required.SnoozeCreateSnoozeRequestOrBuilder. getSnooze()Required.SnoozeSnoozeServiceGrpc.SnoozeServiceBlockingStub. getSnooze(GetSnoozeRequest request)Retrieves a `Snooze` by `name`.SnoozeUpdateSnoozeRequest.Builder. getSnooze()Required.SnoozeUpdateSnoozeRequest. getSnooze()Required.SnoozeUpdateSnoozeRequestOrBuilder. getSnooze()Required.SnoozeListSnoozesResponse.Builder. getSnoozes(int index)`Snooze`s matching this list call.SnoozeListSnoozesResponse. getSnoozes(int index)`Snooze`s matching this list call.SnoozeListSnoozesResponseOrBuilder. getSnoozes(int index)`Snooze`s matching this list call.static SnoozeSnooze. parseDelimitedFrom(InputStream input)static SnoozeSnooze. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SnoozeSnooze. parseFrom(byte[] data)static SnoozeSnooze. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SnoozeSnooze. parseFrom(com.google.protobuf.ByteString data)static SnoozeSnooze. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SnoozeSnooze. parseFrom(com.google.protobuf.CodedInputStream input)static SnoozeSnooze. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SnoozeSnooze. parseFrom(InputStream input)static SnoozeSnooze. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SnoozeSnooze. parseFrom(ByteBuffer data)static SnoozeSnooze. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)SnoozeSnoozeServiceGrpc.SnoozeServiceBlockingStub. updateSnooze(UpdateSnoozeRequest request)Updates a `Snooze`, identified by its `name`, with the parameters in the given `Snooze` object.Methods in com.google.monitoring.v3 that return types with arguments of type Snooze Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Snooze>SnoozeServiceGrpc.SnoozeServiceFutureStub. createSnooze(CreateSnoozeRequest request)Creates a `Snooze` that will prevent alerts, which match the provided criteria, from being opened.static io.grpc.MethodDescriptor<CreateSnoozeRequest,Snooze>SnoozeServiceGrpc. getCreateSnoozeMethod()static io.grpc.MethodDescriptor<GetSnoozeRequest,Snooze>SnoozeServiceGrpc. getGetSnoozeMethod()com.google.protobuf.Parser<Snooze>Snooze. getParserForType()com.google.common.util.concurrent.ListenableFuture<Snooze>SnoozeServiceGrpc.SnoozeServiceFutureStub. getSnooze(GetSnoozeRequest request)Retrieves a `Snooze` by `name`.List<Snooze>ListSnoozesResponse.Builder. getSnoozesList()`Snooze`s matching this list call.List<Snooze>ListSnoozesResponse. getSnoozesList()`Snooze`s matching this list call.List<Snooze>ListSnoozesResponseOrBuilder. getSnoozesList()`Snooze`s matching this list call.static io.grpc.MethodDescriptor<UpdateSnoozeRequest,Snooze>SnoozeServiceGrpc. getUpdateSnoozeMethod()static com.google.protobuf.Parser<Snooze>Snooze. parser()com.google.common.util.concurrent.ListenableFuture<Snooze>SnoozeServiceGrpc.SnoozeServiceFutureStub. updateSnooze(UpdateSnoozeRequest request)Updates a `Snooze`, identified by its `name`, with the parameters in the given `Snooze` object.Methods in com.google.monitoring.v3 with parameters of type Snooze Modifier and Type Method Description ListSnoozesResponse.BuilderListSnoozesResponse.Builder. addSnoozes(int index, Snooze value)`Snooze`s matching this list call.ListSnoozesResponse.BuilderListSnoozesResponse.Builder. addSnoozes(Snooze value)`Snooze`s matching this list call.Snooze.BuilderSnooze.Builder. mergeFrom(Snooze other)CreateSnoozeRequest.BuilderCreateSnoozeRequest.Builder. mergeSnooze(Snooze value)Required.UpdateSnoozeRequest.BuilderUpdateSnoozeRequest.Builder. mergeSnooze(Snooze value)Required.static Snooze.BuilderSnooze. newBuilder(Snooze prototype)CreateSnoozeRequest.BuilderCreateSnoozeRequest.Builder. setSnooze(Snooze value)Required.UpdateSnoozeRequest.BuilderUpdateSnoozeRequest.Builder. setSnooze(Snooze value)Required.ListSnoozesResponse.BuilderListSnoozesResponse.Builder. setSnoozes(int index, Snooze value)`Snooze`s matching this list call.Method parameters in com.google.monitoring.v3 with type arguments of type Snooze Modifier and Type Method Description ListSnoozesResponse.BuilderListSnoozesResponse.Builder. addAllSnoozes(Iterable<? extends Snooze> values)`Snooze`s matching this list call.default voidSnoozeServiceGrpc.AsyncService. createSnooze(CreateSnoozeRequest request, io.grpc.stub.StreamObserver<Snooze> responseObserver)Creates a `Snooze` that will prevent alerts, which match the provided criteria, from being opened.voidSnoozeServiceGrpc.SnoozeServiceStub. createSnooze(CreateSnoozeRequest request, io.grpc.stub.StreamObserver<Snooze> responseObserver)Creates a `Snooze` that will prevent alerts, which match the provided criteria, from being opened.default voidSnoozeServiceGrpc.AsyncService. getSnooze(GetSnoozeRequest request, io.grpc.stub.StreamObserver<Snooze> responseObserver)Retrieves a `Snooze` by `name`.voidSnoozeServiceGrpc.SnoozeServiceStub. getSnooze(GetSnoozeRequest request, io.grpc.stub.StreamObserver<Snooze> responseObserver)Retrieves a `Snooze` by `name`.default voidSnoozeServiceGrpc.AsyncService. updateSnooze(UpdateSnoozeRequest request, io.grpc.stub.StreamObserver<Snooze> responseObserver)Updates a `Snooze`, identified by its `name`, with the parameters in the given `Snooze` object.voidSnoozeServiceGrpc.SnoozeServiceStub. updateSnooze(UpdateSnoozeRequest request, io.grpc.stub.StreamObserver<Snooze> responseObserver)Updates a `Snooze`, identified by its `name`, with the parameters in the given `Snooze` object.
-