Package com.google.cloud.compute.v1
Interface NodeGroupsSetNodeTemplateRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NodeGroupsSetNodeTemplateRequest
,NodeGroupsSetNodeTemplateRequest.Builder
public interface NodeGroupsSetNodeTemplateRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getNodeTemplate()
Full or partial URL of the node template resource to be updated for this node group.com.google.protobuf.ByteString
getNodeTemplateBytes()
Full or partial URL of the node template resource to be updated for this node group.boolean
hasNodeTemplate()
Full or partial URL of the node template resource to be updated for this node group.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasNodeTemplate
boolean hasNodeTemplate()
Full or partial URL of the node template resource to be updated for this node group.
optional string node_template = 323154455;
- Returns:
- Whether the nodeTemplate field is set.
-
getNodeTemplate
String getNodeTemplate()
Full or partial URL of the node template resource to be updated for this node group.
optional string node_template = 323154455;
- Returns:
- The nodeTemplate.
-
getNodeTemplateBytes
com.google.protobuf.ByteString getNodeTemplateBytes()
Full or partial URL of the node template resource to be updated for this node group.
optional string node_template = 323154455;
- Returns:
- The bytes for nodeTemplate.
-
-