Uses of Class
com.google.cloud.vmmigration.v1.AppliedLicense
-
Packages that use AppliedLicense Package Description com.google.cloud.vmmigration.v1 A client to VM Migration API -
-
Uses of AppliedLicense in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return AppliedLicense Modifier and Type Method Description AppliedLicense
AppliedLicense.Builder. build()
AppliedLicense
AppliedLicense.Builder. buildPartial()
AppliedLicense
ComputeEngineTargetDefaults.Builder. getAppliedLicense()
Output only.AppliedLicense
ComputeEngineTargetDefaults. getAppliedLicense()
Output only.AppliedLicense
ComputeEngineTargetDefaultsOrBuilder. getAppliedLicense()
Output only.AppliedLicense
ComputeEngineTargetDetails.Builder. getAppliedLicense()
The OS license returned from the adaptation module report.AppliedLicense
ComputeEngineTargetDetails. getAppliedLicense()
The OS license returned from the adaptation module report.AppliedLicense
ComputeEngineTargetDetailsOrBuilder. getAppliedLicense()
The OS license returned from the adaptation module report.static AppliedLicense
AppliedLicense. getDefaultInstance()
AppliedLicense
AppliedLicense.Builder. getDefaultInstanceForType()
AppliedLicense
AppliedLicense. getDefaultInstanceForType()
static AppliedLicense
AppliedLicense. parseDelimitedFrom(InputStream input)
static AppliedLicense
AppliedLicense. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AppliedLicense
AppliedLicense. parseFrom(byte[] data)
static AppliedLicense
AppliedLicense. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AppliedLicense
AppliedLicense. parseFrom(com.google.protobuf.ByteString data)
static AppliedLicense
AppliedLicense. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AppliedLicense
AppliedLicense. parseFrom(com.google.protobuf.CodedInputStream input)
static AppliedLicense
AppliedLicense. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AppliedLicense
AppliedLicense. parseFrom(InputStream input)
static AppliedLicense
AppliedLicense. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AppliedLicense
AppliedLicense. parseFrom(ByteBuffer data)
static AppliedLicense
AppliedLicense. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type AppliedLicense Modifier and Type Method Description com.google.protobuf.Parser<AppliedLicense>
AppliedLicense. getParserForType()
static com.google.protobuf.Parser<AppliedLicense>
AppliedLicense. parser()
Methods in com.google.cloud.vmmigration.v1 with parameters of type AppliedLicense Modifier and Type Method Description ComputeEngineTargetDefaults.Builder
ComputeEngineTargetDefaults.Builder. mergeAppliedLicense(AppliedLicense value)
Output only.ComputeEngineTargetDetails.Builder
ComputeEngineTargetDetails.Builder. mergeAppliedLicense(AppliedLicense value)
The OS license returned from the adaptation module report.AppliedLicense.Builder
AppliedLicense.Builder. mergeFrom(AppliedLicense other)
static AppliedLicense.Builder
AppliedLicense. newBuilder(AppliedLicense prototype)
ComputeEngineTargetDefaults.Builder
ComputeEngineTargetDefaults.Builder. setAppliedLicense(AppliedLicense value)
Output only.ComputeEngineTargetDetails.Builder
ComputeEngineTargetDetails.Builder. setAppliedLicense(AppliedLicense value)
The OS license returned from the adaptation module report.
-