Interface GetInstanceTemplateRequestOrBuilder (1.51.0)

public interface GetInstanceTemplateRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstanceTemplate()

public abstract String getInstanceTemplate()

The name of the instance template.

string instance_template = 309248228 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The instanceTemplate.

getInstanceTemplateBytes()

public abstract ByteString getInstanceTemplateBytes()

The name of the instance template.

string instance_template = 309248228 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for instanceTemplate.

getProject()

public abstract String getProject()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The project.

getProjectBytes()

public abstract ByteString getProjectBytes()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for project.