public interface VmImageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
VmImage.ImageCase |
getImageCase() |
String |
getImageFamily()
Use this VM image family to find the image; the newest image in this
family will be used.
|
com.google.protobuf.ByteString |
getImageFamilyBytes()
Use this VM image family to find the image; the newest image in this
family will be used.
|
String |
getImageName()
Use VM image name to find the image.
|
com.google.protobuf.ByteString |
getImageNameBytes()
Use VM image name to find the image.
|
String |
getProject()
Required.
|
com.google.protobuf.ByteString |
getProjectBytes()
Required.
|
boolean |
hasImageFamily()
Use this VM image family to find the image; the newest image in this
family will be used.
|
boolean |
hasImageName()
Use VM image name to find the image.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getProject()
Required. The name of the Google Cloud project that this VM image belongs to.
Format: `projects/{project_id}`
string project = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getProjectBytes()
Required. The name of the Google Cloud project that this VM image belongs to.
Format: `projects/{project_id}`
string project = 1 [(.google.api.field_behavior) = REQUIRED];boolean hasImageName()
Use VM image name to find the image.
string image_name = 2;String getImageName()
Use VM image name to find the image.
string image_name = 2;com.google.protobuf.ByteString getImageNameBytes()
Use VM image name to find the image.
string image_name = 2;boolean hasImageFamily()
Use this VM image family to find the image; the newest image in this family will be used.
string image_family = 3;String getImageFamily()
Use this VM image family to find the image; the newest image in this family will be used.
string image_family = 3;com.google.protobuf.ByteString getImageFamilyBytes()
Use this VM image family to find the image; the newest image in this family will be used.
string image_family = 3;VmImage.ImageCase getImageCase()
Copyright © 2024 Google LLC. All rights reserved.