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 AlertPolicy
AlertPolicyServiceClient. 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 CreateAlertPolicyRequest
CreateAlertPolicyRequest.Builder. build()
CreateAlertPolicyRequest
CreateAlertPolicyRequest.Builder. buildPartial()
static CreateAlertPolicyRequest
CreateAlertPolicyRequest. getDefaultInstance()
CreateAlertPolicyRequest
CreateAlertPolicyRequest.Builder. getDefaultInstanceForType()
CreateAlertPolicyRequest
CreateAlertPolicyRequest. getDefaultInstanceForType()
static CreateAlertPolicyRequest
CreateAlertPolicyRequest. parseDelimitedFrom(InputStream input)
static CreateAlertPolicyRequest
CreateAlertPolicyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateAlertPolicyRequest
CreateAlertPolicyRequest. parseFrom(byte[] data)
static CreateAlertPolicyRequest
CreateAlertPolicyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateAlertPolicyRequest
CreateAlertPolicyRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateAlertPolicyRequest
CreateAlertPolicyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateAlertPolicyRequest
CreateAlertPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateAlertPolicyRequest
CreateAlertPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateAlertPolicyRequest
CreateAlertPolicyRequest. parseFrom(InputStream input)
static CreateAlertPolicyRequest
CreateAlertPolicyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateAlertPolicyRequest
CreateAlertPolicyRequest. parseFrom(ByteBuffer data)
static CreateAlertPolicyRequest
CreateAlertPolicyRequest. 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 AlertPolicy
AlertPolicyServiceGrpc.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.void
AlertPolicyServiceGrpc.AlertPolicyServiceStub. createAlertPolicy(CreateAlertPolicyRequest request, io.grpc.stub.StreamObserver<AlertPolicy> responseObserver)
Creates a new alerting policy.default void
AlertPolicyServiceGrpc.AsyncService. createAlertPolicy(CreateAlertPolicyRequest request, io.grpc.stub.StreamObserver<AlertPolicy> responseObserver)
Creates a new alerting policy.CreateAlertPolicyRequest.Builder
CreateAlertPolicyRequest.Builder. mergeFrom(CreateAlertPolicyRequest other)
static CreateAlertPolicyRequest.Builder
CreateAlertPolicyRequest. newBuilder(CreateAlertPolicyRequest prototype)
-