Uses of Class
com.google.cloud.compute.v1.LicenseCodeLicenseAlias
-
Packages that use LicenseCodeLicenseAlias Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of LicenseCodeLicenseAlias in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return LicenseCodeLicenseAlias Modifier and Type Method Description LicenseCodeLicenseAlias
LicenseCodeLicenseAlias.Builder. build()
LicenseCodeLicenseAlias
LicenseCodeLicenseAlias.Builder. buildPartial()
static LicenseCodeLicenseAlias
LicenseCodeLicenseAlias. getDefaultInstance()
LicenseCodeLicenseAlias
LicenseCodeLicenseAlias.Builder. getDefaultInstanceForType()
LicenseCodeLicenseAlias
LicenseCodeLicenseAlias. getDefaultInstanceForType()
LicenseCodeLicenseAlias
LicenseCode.Builder. getLicenseAlias(int index)
[Output Only] URL and description aliases of Licenses with the same License Code.LicenseCodeLicenseAlias
LicenseCode. getLicenseAlias(int index)
[Output Only] URL and description aliases of Licenses with the same License Code.LicenseCodeLicenseAlias
LicenseCodeOrBuilder. getLicenseAlias(int index)
[Output Only] URL and description aliases of Licenses with the same License Code.static LicenseCodeLicenseAlias
LicenseCodeLicenseAlias. parseDelimitedFrom(InputStream input)
static LicenseCodeLicenseAlias
LicenseCodeLicenseAlias. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LicenseCodeLicenseAlias
LicenseCodeLicenseAlias. parseFrom(byte[] data)
static LicenseCodeLicenseAlias
LicenseCodeLicenseAlias. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LicenseCodeLicenseAlias
LicenseCodeLicenseAlias. parseFrom(com.google.protobuf.ByteString data)
static LicenseCodeLicenseAlias
LicenseCodeLicenseAlias. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LicenseCodeLicenseAlias
LicenseCodeLicenseAlias. parseFrom(com.google.protobuf.CodedInputStream input)
static LicenseCodeLicenseAlias
LicenseCodeLicenseAlias. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LicenseCodeLicenseAlias
LicenseCodeLicenseAlias. parseFrom(InputStream input)
static LicenseCodeLicenseAlias
LicenseCodeLicenseAlias. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LicenseCodeLicenseAlias
LicenseCodeLicenseAlias. parseFrom(ByteBuffer data)
static LicenseCodeLicenseAlias
LicenseCodeLicenseAlias. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type LicenseCodeLicenseAlias Modifier and Type Method Description List<LicenseCodeLicenseAlias>
LicenseCode.Builder. getLicenseAliasList()
[Output Only] URL and description aliases of Licenses with the same License Code.List<LicenseCodeLicenseAlias>
LicenseCode. getLicenseAliasList()
[Output Only] URL and description aliases of Licenses with the same License Code.List<LicenseCodeLicenseAlias>
LicenseCodeOrBuilder. getLicenseAliasList()
[Output Only] URL and description aliases of Licenses with the same License Code.com.google.protobuf.Parser<LicenseCodeLicenseAlias>
LicenseCodeLicenseAlias. getParserForType()
static com.google.protobuf.Parser<LicenseCodeLicenseAlias>
LicenseCodeLicenseAlias. parser()
Methods in com.google.cloud.compute.v1 with parameters of type LicenseCodeLicenseAlias Modifier and Type Method Description LicenseCode.Builder
LicenseCode.Builder. addLicenseAlias(int index, LicenseCodeLicenseAlias value)
[Output Only] URL and description aliases of Licenses with the same License Code.LicenseCode.Builder
LicenseCode.Builder. addLicenseAlias(LicenseCodeLicenseAlias value)
[Output Only] URL and description aliases of Licenses with the same License Code.LicenseCodeLicenseAlias.Builder
LicenseCodeLicenseAlias.Builder. mergeFrom(LicenseCodeLicenseAlias other)
static LicenseCodeLicenseAlias.Builder
LicenseCodeLicenseAlias. newBuilder(LicenseCodeLicenseAlias prototype)
LicenseCode.Builder
LicenseCode.Builder. setLicenseAlias(int index, LicenseCodeLicenseAlias value)
[Output Only] URL and description aliases of Licenses with the same License Code.Method parameters in com.google.cloud.compute.v1 with type arguments of type LicenseCodeLicenseAlias Modifier and Type Method Description LicenseCode.Builder
LicenseCode.Builder. addAllLicenseAlias(Iterable<? extends LicenseCodeLicenseAlias> values)
[Output Only] URL and description aliases of Licenses with the same License Code.
-