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