public interface InstanceTemplatesScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
InstanceTemplate |
getInstanceTemplates(int index)
[Output Only] A list of instance templates that are contained within the specified project and zone.
|
int |
getInstanceTemplatesCount()
[Output Only] A list of instance templates that are contained within the specified project and zone.
|
List<InstanceTemplate> |
getInstanceTemplatesList()
[Output Only] A list of instance templates that are contained within the specified project and zone.
|
InstanceTemplateOrBuilder |
getInstanceTemplatesOrBuilder(int index)
[Output Only] A list of instance templates that are contained within the specified project and zone.
|
List<? extends InstanceTemplateOrBuilder> |
getInstanceTemplatesOrBuilderList()
[Output Only] A list of instance templates that are contained within the specified project and zone.
|
Warning |
getWarning()
[Output Only] An informational warning that replaces the list of instance templates when the list is empty.
|
WarningOrBuilder |
getWarningOrBuilder()
[Output Only] An informational warning that replaces the list of instance templates when the list is empty.
|
boolean |
hasWarning()
[Output Only] An informational warning that replaces the list of instance templates when the list is empty.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<InstanceTemplate> getInstanceTemplatesList()
[Output Only] A list of instance templates that are contained within the specified project and zone.
repeated .google.cloud.compute.v1.InstanceTemplate instance_templates = 459889679;InstanceTemplate getInstanceTemplates(int index)
[Output Only] A list of instance templates that are contained within the specified project and zone.
repeated .google.cloud.compute.v1.InstanceTemplate instance_templates = 459889679;int getInstanceTemplatesCount()
[Output Only] A list of instance templates that are contained within the specified project and zone.
repeated .google.cloud.compute.v1.InstanceTemplate instance_templates = 459889679;List<? extends InstanceTemplateOrBuilder> getInstanceTemplatesOrBuilderList()
[Output Only] A list of instance templates that are contained within the specified project and zone.
repeated .google.cloud.compute.v1.InstanceTemplate instance_templates = 459889679;InstanceTemplateOrBuilder getInstanceTemplatesOrBuilder(int index)
[Output Only] A list of instance templates that are contained within the specified project and zone.
repeated .google.cloud.compute.v1.InstanceTemplate instance_templates = 459889679;boolean hasWarning()
[Output Only] An informational warning that replaces the list of instance templates when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Warning getWarning()
[Output Only] An informational warning that replaces the list of instance templates when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;WarningOrBuilder getWarningOrBuilder()
[Output Only] An informational warning that replaces the list of instance templates when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Copyright © 2025 Google LLC. All rights reserved.