public sealed class Visibility : IMessage<Visibility>, IEquatable<Visibility>, IDeepCloneable<Visibility>, IBufferMessage, IMessage
Visibility restricts service consumer's access to service elements,
such as whether an application can call a visibility-restricted method.
The restriction is expressed by applying visibility labels on service
elements. The visibility labels are elsewhere linked to service consumers.
A service can define multiple visibility labels, but a service consumer
should be granted at most one visibility label. Multiple visibility
labels for a single service consumer are not supported.
If an element and all its parents have no visibility label, its visibility
is unconditionally granted.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["`Visibility` class manages service consumer access to specific service elements by applying visibility labels, determining whether or not a consumer can access a method or feature."],["A service can define multiple visibility labels, but each consumer should have at most one label, and if an element lacks a label alongside all its parents, it's visibility is open to all."],["The `Visibility` class includes methods for cloning, calculating size, merging data, and determining equality and also contains a `Rules` property to manage the visibility of individual API elements."],["`Visibility` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Api` namespace within the `Google.Api.CommonProtos.dll` assembly."],["The `Visibility` class has a latest version `2.15.0`, while `2.10.0` and `2.2.0` are previous versions."]]],[]]