Interface GetFromFamilyImageRequestOrBuilder (1.51.0)

public interface GetFromFamilyImageRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFamily()

public abstract String getFamily()

Name of the image family to search for.

string family = 328751972 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for project.