Package com.google.cloud.compute.v1
Interface HelpLinkOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HelpLink
,HelpLink.Builder
public interface HelpLinkOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
Describes what the link offers.com.google.protobuf.ByteString
getDescriptionBytes()
Describes what the link offers.String
getUrl()
The URL of the link.com.google.protobuf.ByteString
getUrlBytes()
The URL of the link.boolean
hasDescription()
Describes what the link offers.boolean
hasUrl()
The URL of the link.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDescription
boolean hasDescription()
Describes what the link offers.
optional string description = 422937596;
- Returns:
- Whether the description field is set.
-
getDescription
String getDescription()
Describes what the link offers.
optional string description = 422937596;
- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
Describes what the link offers.
optional string description = 422937596;
- Returns:
- The bytes for description.
-
hasUrl
boolean hasUrl()
The URL of the link.
optional string url = 116079;
- Returns:
- Whether the url field is set.
-
getUrl
String getUrl()
The URL of the link.
optional string url = 116079;
- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()
The URL of the link.
optional string url = 116079;
- Returns:
- The bytes for url.
-
-