Package com.google.cloud.compute.v1
Interface AllocationResourceStatusSpecificSKUAllocationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AllocationResourceStatusSpecificSKUAllocation
,AllocationResourceStatusSpecificSKUAllocation.Builder
public interface AllocationResourceStatusSpecificSKUAllocationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getSourceInstanceTemplateId()
ID of the instance template used to populate reservation properties.com.google.protobuf.ByteString
getSourceInstanceTemplateIdBytes()
ID of the instance template used to populate reservation properties.boolean
hasSourceInstanceTemplateId()
ID of the instance template used to populate reservation properties.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSourceInstanceTemplateId
boolean hasSourceInstanceTemplateId()
ID of the instance template used to populate reservation properties.
optional string source_instance_template_id = 111196154;
- Returns:
- Whether the sourceInstanceTemplateId field is set.
-
getSourceInstanceTemplateId
String getSourceInstanceTemplateId()
ID of the instance template used to populate reservation properties.
optional string source_instance_template_id = 111196154;
- Returns:
- The sourceInstanceTemplateId.
-
getSourceInstanceTemplateIdBytes
com.google.protobuf.ByteString getSourceInstanceTemplateIdBytes()
ID of the instance template used to populate reservation properties.
optional string source_instance_template_id = 111196154;
- Returns:
- The bytes for sourceInstanceTemplateId.
-
-