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