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 AlertPolicyAlertPolicyServiceClient. 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 GetAlertPolicyRequestGetAlertPolicyRequest.Builder. build()GetAlertPolicyRequestGetAlertPolicyRequest.Builder. buildPartial()static GetAlertPolicyRequestGetAlertPolicyRequest. getDefaultInstance()GetAlertPolicyRequestGetAlertPolicyRequest.Builder. getDefaultInstanceForType()GetAlertPolicyRequestGetAlertPolicyRequest. getDefaultInstanceForType()static GetAlertPolicyRequestGetAlertPolicyRequest. parseDelimitedFrom(InputStream input)static GetAlertPolicyRequestGetAlertPolicyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAlertPolicyRequestGetAlertPolicyRequest. parseFrom(byte[] data)static GetAlertPolicyRequestGetAlertPolicyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAlertPolicyRequestGetAlertPolicyRequest. parseFrom(com.google.protobuf.ByteString data)static GetAlertPolicyRequestGetAlertPolicyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAlertPolicyRequestGetAlertPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetAlertPolicyRequestGetAlertPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAlertPolicyRequestGetAlertPolicyRequest. parseFrom(InputStream input)static GetAlertPolicyRequestGetAlertPolicyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAlertPolicyRequestGetAlertPolicyRequest. parseFrom(ByteBuffer data)static GetAlertPolicyRequestGetAlertPolicyRequest. 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 AlertPolicyAlertPolicyServiceGrpc.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.voidAlertPolicyServiceGrpc.AlertPolicyServiceStub. getAlertPolicy(GetAlertPolicyRequest request, io.grpc.stub.StreamObserver<AlertPolicy> responseObserver)Gets a single alerting policy.default voidAlertPolicyServiceGrpc.AsyncService. getAlertPolicy(GetAlertPolicyRequest request, io.grpc.stub.StreamObserver<AlertPolicy> responseObserver)Gets a single alerting policy.GetAlertPolicyRequest.BuilderGetAlertPolicyRequest.Builder. mergeFrom(GetAlertPolicyRequest other)static GetAlertPolicyRequest.BuilderGetAlertPolicyRequest. newBuilder(GetAlertPolicyRequest prototype)
-