public interface GetFromFamilyImageRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFamily()
Name of the image family to search for.
|
com.google.protobuf.ByteString |
getFamilyBytes()
Name of the image family to search for.
|
String |
getProject()
The image project that the image belongs to.
|
com.google.protobuf.ByteString |
getProjectBytes()
The image project that the image belongs to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFamily()
Name of the image family to search for.
string family = 328751972 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getFamilyBytes()
Name of the image family to search for.
string family = 328751972 [(.google.api.field_behavior) = REQUIRED];String getProject()
The image project that the image belongs to. For example, to get a CentOS image, specify centos-cloud as the image project.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getProjectBytes()
The image project that the image belongs to. For example, to get a CentOS image, specify centos-cloud as the image project.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];Copyright © 2025 Google LLC. All rights reserved.