public interface GetFromFamilyImageRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFamily()
public abstract String getFamily()Name of the image family to search for.
string family = 328751972 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The family. |
getFamilyBytes()
public abstract ByteString getFamilyBytes()Name of the image family to search for.
string family = 328751972 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for family. |
getProject()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
String |
The project. |
getProjectBytes()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for project. |