Uses of Class
com.google.monitoring.v3.UpdateAlertPolicyRequest
-
Packages that use UpdateAlertPolicyRequest Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.cloud.monitoring.v3.stub com.google.monitoring.v3 -
-
Uses of UpdateAlertPolicyRequest in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 that return types with arguments of type UpdateAlertPolicyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateAlertPolicyRequest,AlertPolicy>AlertPolicyServiceClient. updateAlertPolicyCallable()Updates an alerting policy.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateAlertPolicyRequest,AlertPolicy>AlertPolicyServiceSettings.Builder. updateAlertPolicySettings()Returns the builder for the settings used for calls to updateAlertPolicy.com.google.api.gax.rpc.UnaryCallSettings<UpdateAlertPolicyRequest,AlertPolicy>AlertPolicyServiceSettings. updateAlertPolicySettings()Returns the object with the settings used for calls to updateAlertPolicy.Methods in com.google.cloud.monitoring.v3 with parameters of type UpdateAlertPolicyRequest Modifier and Type Method Description AlertPolicyAlertPolicyServiceClient. updateAlertPolicy(UpdateAlertPolicyRequest request)Updates an alerting policy. -
Uses of UpdateAlertPolicyRequest in com.google.cloud.monitoring.v3.stub
Methods in com.google.cloud.monitoring.v3.stub that return types with arguments of type UpdateAlertPolicyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateAlertPolicyRequest,AlertPolicy>AlertPolicyServiceStub. updateAlertPolicyCallable()com.google.api.gax.rpc.UnaryCallable<UpdateAlertPolicyRequest,AlertPolicy>GrpcAlertPolicyServiceStub. updateAlertPolicyCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateAlertPolicyRequest,AlertPolicy>AlertPolicyServiceStubSettings.Builder. updateAlertPolicySettings()Returns the builder for the settings used for calls to updateAlertPolicy.com.google.api.gax.rpc.UnaryCallSettings<UpdateAlertPolicyRequest,AlertPolicy>AlertPolicyServiceStubSettings. updateAlertPolicySettings()Returns the object with the settings used for calls to updateAlertPolicy. -
Uses of UpdateAlertPolicyRequest in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return UpdateAlertPolicyRequest Modifier and Type Method Description UpdateAlertPolicyRequestUpdateAlertPolicyRequest.Builder. build()UpdateAlertPolicyRequestUpdateAlertPolicyRequest.Builder. buildPartial()static UpdateAlertPolicyRequestUpdateAlertPolicyRequest. getDefaultInstance()UpdateAlertPolicyRequestUpdateAlertPolicyRequest.Builder. getDefaultInstanceForType()UpdateAlertPolicyRequestUpdateAlertPolicyRequest. getDefaultInstanceForType()static UpdateAlertPolicyRequestUpdateAlertPolicyRequest. parseDelimitedFrom(InputStream input)static UpdateAlertPolicyRequestUpdateAlertPolicyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateAlertPolicyRequestUpdateAlertPolicyRequest. parseFrom(byte[] data)static UpdateAlertPolicyRequestUpdateAlertPolicyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateAlertPolicyRequestUpdateAlertPolicyRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateAlertPolicyRequestUpdateAlertPolicyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateAlertPolicyRequestUpdateAlertPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateAlertPolicyRequestUpdateAlertPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateAlertPolicyRequestUpdateAlertPolicyRequest. parseFrom(InputStream input)static UpdateAlertPolicyRequestUpdateAlertPolicyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateAlertPolicyRequestUpdateAlertPolicyRequest. parseFrom(ByteBuffer data)static UpdateAlertPolicyRequestUpdateAlertPolicyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.monitoring.v3 that return types with arguments of type UpdateAlertPolicyRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateAlertPolicyRequest>UpdateAlertPolicyRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateAlertPolicyRequest,AlertPolicy>AlertPolicyServiceGrpc. getUpdateAlertPolicyMethod()static com.google.protobuf.Parser<UpdateAlertPolicyRequest>UpdateAlertPolicyRequest. parser()Methods in com.google.monitoring.v3 with parameters of type UpdateAlertPolicyRequest Modifier and Type Method Description UpdateAlertPolicyRequest.BuilderUpdateAlertPolicyRequest.Builder. mergeFrom(UpdateAlertPolicyRequest other)static UpdateAlertPolicyRequest.BuilderUpdateAlertPolicyRequest. newBuilder(UpdateAlertPolicyRequest prototype)AlertPolicyAlertPolicyServiceGrpc.AlertPolicyServiceBlockingStub. updateAlertPolicy(UpdateAlertPolicyRequest request)Updates an alerting policy.com.google.common.util.concurrent.ListenableFuture<AlertPolicy>AlertPolicyServiceGrpc.AlertPolicyServiceFutureStub. updateAlertPolicy(UpdateAlertPolicyRequest request)Updates an alerting policy.voidAlertPolicyServiceGrpc.AlertPolicyServiceStub. updateAlertPolicy(UpdateAlertPolicyRequest request, io.grpc.stub.StreamObserver<AlertPolicy> responseObserver)Updates an alerting policy.default voidAlertPolicyServiceGrpc.AsyncService. updateAlertPolicy(UpdateAlertPolicyRequest request, io.grpc.stub.StreamObserver<AlertPolicy> responseObserver)Updates an alerting policy.
-