public static interface AlertPolicy.Documentation.LinkOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
A short display name for the link.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
A short display name for the link.
|
String |
getUrl()
The url of a webpage.
|
com.google.protobuf.ByteString |
getUrlBytes()
The url of a webpage.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDisplayName()
A short display name for the link. The display name must not be empty or exceed 63 characters. Example: "playbook".
string display_name = 1;com.google.protobuf.ByteString getDisplayNameBytes()
A short display name for the link. The display name must not be empty or exceed 63 characters. Example: "playbook".
string display_name = 1;String getUrl()
The url of a webpage.
A url can be templatized by using variables
in the path or the query parameters. The total length of a URL should
not exceed 2083 characters before and after variable expansion.
Example: "https://my_domain.com/playbook?name=${resource.name}"
string url = 2;com.google.protobuf.ByteString getUrlBytes()
The url of a webpage.
A url can be templatized by using variables
in the path or the query parameters. The total length of a URL should
not exceed 2083 characters before and after variable expansion.
Example: "https://my_domain.com/playbook?name=${resource.name}"
string url = 2;Copyright © 2024 Google LLC. All rights reserved.