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 AlertPolicy
AlertPolicyServiceClient. 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 UpdateAlertPolicyRequest
UpdateAlertPolicyRequest.Builder. build()
UpdateAlertPolicyRequest
UpdateAlertPolicyRequest.Builder. buildPartial()
static UpdateAlertPolicyRequest
UpdateAlertPolicyRequest. getDefaultInstance()
UpdateAlertPolicyRequest
UpdateAlertPolicyRequest.Builder. getDefaultInstanceForType()
UpdateAlertPolicyRequest
UpdateAlertPolicyRequest. getDefaultInstanceForType()
static UpdateAlertPolicyRequest
UpdateAlertPolicyRequest. parseDelimitedFrom(InputStream input)
static UpdateAlertPolicyRequest
UpdateAlertPolicyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAlertPolicyRequest
UpdateAlertPolicyRequest. parseFrom(byte[] data)
static UpdateAlertPolicyRequest
UpdateAlertPolicyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAlertPolicyRequest
UpdateAlertPolicyRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateAlertPolicyRequest
UpdateAlertPolicyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAlertPolicyRequest
UpdateAlertPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateAlertPolicyRequest
UpdateAlertPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAlertPolicyRequest
UpdateAlertPolicyRequest. parseFrom(InputStream input)
static UpdateAlertPolicyRequest
UpdateAlertPolicyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAlertPolicyRequest
UpdateAlertPolicyRequest. parseFrom(ByteBuffer data)
static UpdateAlertPolicyRequest
UpdateAlertPolicyRequest. 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.Builder
UpdateAlertPolicyRequest.Builder. mergeFrom(UpdateAlertPolicyRequest other)
static UpdateAlertPolicyRequest.Builder
UpdateAlertPolicyRequest. newBuilder(UpdateAlertPolicyRequest prototype)
AlertPolicy
AlertPolicyServiceGrpc.AlertPolicyServiceBlockingStub. updateAlertPolicy(UpdateAlertPolicyRequest request)
Updates an alerting policy.com.google.common.util.concurrent.ListenableFuture<AlertPolicy>
AlertPolicyServiceGrpc.AlertPolicyServiceFutureStub. updateAlertPolicy(UpdateAlertPolicyRequest request)
Updates an alerting policy.void
AlertPolicyServiceGrpc.AlertPolicyServiceStub. updateAlertPolicy(UpdateAlertPolicyRequest request, io.grpc.stub.StreamObserver<AlertPolicy> responseObserver)
Updates an alerting policy.default void
AlertPolicyServiceGrpc.AsyncService. updateAlertPolicy(UpdateAlertPolicyRequest request, io.grpc.stub.StreamObserver<AlertPolicy> responseObserver)
Updates an alerting policy.
-