Package com.google.cloud.compute.v1
Interface LicenseCodeLicenseAliasOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LicenseCodeLicenseAlias
,LicenseCodeLicenseAlias.Builder
public interface LicenseCodeLicenseAliasOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
[Output Only] Description of this License Code.com.google.protobuf.ByteString
getDescriptionBytes()
[Output Only] Description of this License Code.String
getSelfLink()
[Output Only] URL of license corresponding to this License Code.com.google.protobuf.ByteString
getSelfLinkBytes()
[Output Only] URL of license corresponding to this License Code.boolean
hasDescription()
[Output Only] Description of this License Code.boolean
hasSelfLink()
[Output Only] URL of license corresponding to this License Code.-
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()
[Output Only] Description of this License Code.
optional string description = 422937596;
- Returns:
- Whether the description field is set.
-
getDescription
String getDescription()
[Output Only] Description of this License Code.
optional string description = 422937596;
- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
[Output Only] Description of this License Code.
optional string description = 422937596;
- Returns:
- The bytes for description.
-
hasSelfLink
boolean hasSelfLink()
[Output Only] URL of license corresponding to this License Code.
optional string self_link = 456214797;
- Returns:
- Whether the selfLink field is set.
-
getSelfLink
String getSelfLink()
[Output Only] URL of license corresponding to this License Code.
optional string self_link = 456214797;
- Returns:
- The selfLink.
-
getSelfLinkBytes
com.google.protobuf.ByteString getSelfLinkBytes()
[Output Only] URL of license corresponding to this License Code.
optional string self_link = 456214797;
- Returns:
- The bytes for selfLink.
-
-