Interface NodeGroupsSetNodeTemplateRequestOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.